Need to remove the white space at the top of this page...

Discussion in 'HTML & Website Design' started by furca, Aug 13, 2011.

  1. #1
    furca, Aug 13, 2011 IP
  2. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #2
    Try adding a reset to the CSS, add it at the beginning of the CSS file

    * {
    margin: 0;
    border: 0;
    }

    it's a simple reset but may cure the problem for you as this just resets for all browsers.
     
    Toycel, Aug 13, 2011 IP
  3. Zetiz

    Zetiz Active Member

    Messages:
    668
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Try removing the top margin of the main container. Make it:

    
    margin-top:0px;
    
    Code (markup):
     
    Zetiz, Aug 13, 2011 IP