Forums

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

Home Forums CSS Trouble with body Background Re: Trouble with body Background

#59575
apostrophe
Participant

Use this image and put this line in your css:

Code:
body {
background: url(path/to/image/body_bg.jpg) repeat 0 0;
}