Thursday, July 30, 2009

Is there an HTML code to wrap text around an image?

I've uploaded an image to our website, but I can't make the text wrap around it. Is there an HTML code that will correct this?





To be much more specific, when I put the image in the text flows over and below. I need to align the picture to the right and have the text take up the left portion of the page.





Thanks!

Is there an HTML code to wrap text around an image?
Use this code :





%26lt;img src="URL" hspace="5" vspace="5" align="right" /%26gt;Text..........
Reply:use tables





%26lt;table%26gt;


%26lt;tr%26gt;


%26lt;td%26gt;%26lt;img src="imagesouce.jpg"%26lt;/td%26gt;


%26lt;td%26gt;text%26lt;/td%26gt;


%26lt;/tr%26gt;


%26lt;tr%26gt;


%26lt;td colspan=2%26gt;more text%26lt;/td%26gt;


%26lt;/tr%26gt;


%26lt;/table%26gt;


No comments:

Post a Comment