PDA

Click to See Complete Forum and Search --> : Simple HTML text alignment question


Michael
Jul 7th, 2000, 06:14 AM
When you have an image in your document and you want to place text at the side of it, I know that you can specify whether the text appears beside the top, middle or bottom of the image. Can someone please tell me the syntax for this?

Thanks in advance

Jul 7th, 2000, 11:22 AM
<img border="0" src="img.gif" align="top">
<img border="0" src="img.gif" align="center">



I think there are other alignments you can use.

Michael
Jul 7th, 2000, 02:36 PM
Thanks Dennis - just what I wanted!