Multiple background images with templates
Hi,
I would like to place a different background image on each of the site's pages by applying a different class to each of the page's BODY tag, like you see below.
body.classname {
background: url() no-repeat center fixed;
}
But how can you do this if you're building your site via a Dreamweaver Template? You don't have access to the BODY tag once the page is created becuase it's not an "editable region." Is there away around this?
Thanks for any help you can provide.
Kind regards,
Mark
