Alternate or Different Backgrounds Using CSS

Ever want to have different backgrounds for different pages? Here’s the way we suggest:

Using your <body> tag on your hrml page, add an id tag. Now it might look like this:

<body id=”page_2″>

In your CSS file, add

.body#page_2 {

your parameters and settings

}

Thats it!

You must be logged in to post a comment.