Forums

[resolved] White lines at the bottom of page (7 posts)

  1. standoutt
    Member
    Posted 1 year ago #

    I am currently updating my site's template to replace tables with css.

    Although the code is so much better I am having a strange problem on my updated pages. A white line appears at the bottom of every page instead of the background image or color continuing to the very end.

    See: Srizzil.com and this page for examples.

    I'm assuming I've done something wrong with the code.

  2. Chase Adams
    Member
    Posted 1 year ago #

    I don't see any white line. What browser are you using?

  3. standoutt
    Member
    Posted 1 year ago #

    I'm using Chrome, but it does the same thing in Internet explorer.

    Here's a link to a screenshot: http://twitpic.com/2ukuqt

    As you can see there is a white space between the task bar and the color on the page.

  4. standoutt
    Member
    Posted 1 year ago #

    Can anybody see the white line on the bottom of the page?

  5. Chase Adams
    Member
    Posted 1 year ago #

    Have you tried removing the body bottom margin?

    body {
    margin: 0 0 20px;
    }

    should be

    body {
    margin: 0;
    }
  6. standoutt
    Member
    Posted 1 year ago #

    You are a genius. Thank-you. Can't believe I missed that.

  7. Chase Adams
    Member
    Posted 1 year ago #

    No problem. That's why we've got the forums.

Topic Closed

This topic has been closed to new replies.

About this Topic