Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS padding where there isn’t supposed to be any?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24364
    stray
    Member

    i’m designing a simple site for my girlfriends dad. and the problem i’m came across is that theres padding on the left and at the bottom of the content and basically there shouldn’t be any. i’ve been staring at the css but can’t find whats wrong, i’ve validated it also and theres nothing wrong there was hoping a second set of eyes might be able to help me.

    http://www.stray-designs.com/lasse/

    i’ve been doing this is FF but when i brought it into IE the header image also has spacing below it and i have no idea why its doing that also

    #55078
    TheDoc
    Member

    Add this to the top of your CSS file:

    * { margin:0; padding:0; }

    Then go to google and search "css reset".

    #55079
    stray
    Member

    cool thanks mate i’ll try that out now :)

    #55087
    Rob MacKay
    Participant

    the google bit can refer to this:

    http://developer.yahoo.com/yui/reset/

    but there are many others… :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.