Forums

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

Home Forums CSS website centered but not fully covering entire page on browser? Re: website centered but not fully covering entire page on browser?

#92549
Senff
Participant

Remove “no-repeat” from the body declaration in your CSS.

In fact, change the entire body tag into this:

body {
font-family:"Times New Roman", "Times", "serif";
background: url(http://ingaspark.com/bcc/images/background2.jpg) center;
}