|
-
Jul 7th, 2000, 06:14 AM
#1
Thread Starter
Lively Member
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
#2
Code:
<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.
-
Jul 7th, 2000, 02:36 PM
#3
Thread Starter
Lively Member
Thanks Dennis - just what I wanted!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|