Forums

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

Home Forums CSS An 8-page website, 7 page with on back pround, 1 page with another. Problem! Re: An 8-page website, 7 page with on back pround, 1 page with another. Problem!

#105018
TheDoc
Member

Add a class to the on the page that you’d like to be different. Then in your CSS you can use that to specify that page. Example:

HTML:

CSS:

.your-name #div-name {
background: url('/your/different/image.jpg');
}