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.
Chase Adams
Member
Posted 1 year ago #
I don't see any white line. What browser are you using?
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.
standoutt
Member
Posted 1 year ago #
Can anybody see the white line on the bottom of the page?
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;
}
standoutt
Member
Posted 1 year ago #
You are a genius. Thank-you. Can't believe I missed that.
Chase Adams
Member
Posted 1 year ago #
No problem. That's why we've got the forums.