View Full Version : Image Tabs


_courtly
01-09-2005, 09:21 PM
Hi! I'm not exactly sure how to have an image, then have the text directly next to it (paragraph wise). This is a horrible example, but I think you'll get what I mean:

http://img.photobucket.com/albums/v621/_courtly/ie.jpg

kittycat
01-09-2005, 09:26 PM
<img src="image.gif" align="left">your text here
the align left can also be changed to right

Stormx
01-09-2005, 09:41 PM
If you mean actually "flowing" around it, you need this:

<img src="image.gif" style="float: left;">Blaa Blaa

That will make it flow underneath it and such. Hope this helps!

_courtly
01-09-2005, 09:43 PM
Thanks! That really helped.