Forums

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

Home Forums CSS Background won’t fill page Re: Background won’t fill page

#57795
apostrophe
Participant

Why do you have it in a div? Just put it on the body:

Code:
body {
background:#364565 none repeat scroll 0 0;
}