-
January 22nd, 2003, 19:27
#1
Junior Member
I can't position my image properly
Hi everyone,
I'm new to this forum thing... I hope someone can help me out.
I'm trying to create a page with a heading on the left and an image on the right and a horizontal rule underneath all this. I can't make it look right hahaha.... help??
Here is what I tried:
<h2>bernie's place</h2>
<A HREF="http://warping.to" target="new"><img alt="Get a new FREE web address" src="http://warping.to/buttonanimation.gif" WIDTH="88" HEIGHT="31" border = "0" align = "right" /></A>
<hr color = "99CC00" />
The image displays on the horizontal line !! I want it to be aligned with the heading but all the way on the right hand side...
Thanks,
Bernie.
-
January 22nd, 2003, 19:43
#2
Senior Member
Do things in this order
<img ....... align="right">
<h2> XXXX </h2>
<br clear="right">
<hr>
That will put the top of the header and the top of the image at the same height
The <br clear="right"> will put the <hr> below the image.
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
Bookmarks