Forums

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

Home Forums CSS [SOLVED] Help with wrapping a whole site in a DIV and styling it with a background color Re: [SOLVED] Help with wrapping a whole site in a DIV and styling it with a background color

#103031
wolfcry911
Participant

at the end of your style sheet is this:

body {
background-image: url("http://db.tt/XsZoAXws");
}

simply change it to this:

html {
background-image: url("http://db.tt/XsZoAXws");
}

earlier in the css the body has a white background. You’ll also need to change some of the text color (currently white also).