Forums

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

Home Forums CSS help with background image Re: help with background image

#63665
TheDoc
Member

If you don’t want a background to repeat, you have to specify it not to with no-repeat. Backgrounds naturally repeat. You say you’ve set it to "not repeat" but I don’t see that you actually have! Here’s what it should be:

#content { background:url(images/main-back.jpg) top center no-repeat; height: 423px; }