Forums

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

Home Forums CSS Repeating background issues. Re: Repeating background issues.

#68544
TheDoc
Member

Instead of putting that background in a div like that, just apply it to the body:

body{
background:url(images/background.png) top center repeat-y #0a0a0a;
margin:0;
padding:0;
}