Web Hosting Talk







View Full Version : text wrapped around an image


skreid
12-10-2005, 02:10 PM
how can i make text wrap around an image like this:

http://www.tylerdierks.com/_03.jpg

Thanks

tmesolutions
12-10-2005, 02:22 PM
<img src='blah.gif' style='float:left' alt='alt text' />

orbitz
12-10-2005, 02:22 PM
use align=left for the image

see more from: http://www.ida.net/users/pbmck/learn/30textwr.htm

profilesite
12-19-2005, 12:42 PM
you could also add ;

style="margin:5px;"

to the image to to stop text from butting directly up to the image.