Closed Thread
Results 1 to 2 of 2

Thread: I can't position my image properly

  1. #1
    Junior Member b_lok is an unknown quantity at this point
    Join Date
    Jan 2003
    Posts
    1

    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.

  2. #2
    Senior Member merickson is an unknown quantity at this point merickson's Avatar
    Join Date
    Sep 2002
    Location
    Winters CA
    Posts
    167
    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.

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts