Posts: 3,110
Location: Toronto, Ontario
|
Ok, consider this ASCII art I have drawn, the * is an image, and the - is text.
Code:
***----------
***----------
***----------
---------------
See, the text is wrapped to the right of the image, if you were just to put the image (<img src=...) tag then the text, it would look something like this:
Code:
***
***
***----------
----------
----------
I have been experimenting and all I have found to achieve the effect of the first is to put style="float:left" in the img tag, but I'm not sure that it works in all browsers, so I was wondering if someone would try it out on a different browser other than IE6, or tell me a different way.
Thanks in advanced!
|