HTML help

Discussion in 'HTML & Website Design' started by bob25, Mar 30, 2009.

  1. #1
    I have a simple HTML page at cpaprofitguide.com. How do I get the banner image to go all the way to the top of the page?

    Thanks
     
    bob25, Mar 30, 2009 IP
  2. exonmedia

    exonmedia Banned

    Messages:
    116
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You should also center your page ;)
     
    exonmedia, Mar 30, 2009 IP
  3. Rad_Dev

    Rad_Dev Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can put the following in the body tag of the page.

    topmargin="0"
    Code (markup):
     
    Rad_Dev, Mar 30, 2009 IP
  4. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Yikes :eek:

    Looked okay in Firefox and Mozilla.

    Thanks for the tip
     
    bob25, Mar 30, 2009 IP
  5. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #5
    That's got it :D

    Thanks
     
    bob25, Mar 30, 2009 IP
  6. exonmedia

    exonmedia Banned

    Messages:
    116
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Looking good now, keep up the good work ;)
     
    exonmedia, Mar 30, 2009 IP
  7. Valve-Hosting

    Valve-Hosting Peon

    Messages:
    1,071
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Nooo :)

    You should be setting that with CSS, not inline styling.

    eg

     
    Valve-Hosting, Mar 30, 2009 IP
  8. Rad_Dev

    Rad_Dev Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    My way uses less keystrokes!
    :D
     
    Rad_Dev, Mar 31, 2009 IP