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!
June 28, 2012 at 4:35 pm
#105018
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');
}