Wrapping images using css

liunx

Guest
I want to place an image aligned right with text wrapped on three sides of it. The tag is
<img align="right">

However I want to convert my site into XHTML Strict, where the align tag is invalid. So the reqd. modification is:
<img style="text-align:right">
Although this right aligns the image, text is not wrapped around the image in IE6.

Any suggestions?float:rightCool, Thanks :cool:
 
Back
Top