Hi Sarah,
The easiest way to achieve this is by sticking an ID attribute on your
body elements, eg.
<body id="page1">
<body id="page2">
Then targetting it in your CSS like so:
body#page1 {background-color:#fff;}
body#page2 {background-color:#ffc;}
On 7/19/05, Sarah Peeke (XERT) <[EMAIL PROTECTED]> wrote:
> Just wondering whether there was a way to include different body
> background colors (for different pages) within the same css file.
--
Lindsay Evans
http://lindsayevans.com/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************