View Full Version : Text next to image


angel_fairies
01-25-2006, 12:44 PM
I'm working on my userlookup and I would like my text to appear right next to my image. But I can't find how I need to do that. Can anyone help me?

allie
01-25-2006, 02:30 PM
You can either use a table or wrap the text:

<p><img src="yourimage.jpg" width="" height="" alt="your image" align="left">text goes here</p>