View Full Version : Text Wrap


Ashi
07-15-2003, 02:12 AM
I want text on my page to wrap around a picture I have on there. How could I code for that??

Thanks in advance!!

speevy
07-15-2003, 02:27 AM
<img src="image.jpg" ALIGN= (LEFT, RIGHT, CENTER)>
Text Down Here

Ashi
07-15-2003, 02:29 AM
Thanks!