Here is a part of the css code:
#desc {background:#505050 url(images/front.jpg) bottom left repeat-y; clear:both; color:#fff; /* height:200px; */ margin:5px 0 15px; padding:0 0 5px 0;}
I would like to change the background on different pages without having to create multiple css files.
So - Page one's background would be images/front.jpg
Page two would be something like images/front_2.jpg
you get the idea. Any thoughts. I can modify the css but if it gets into special coding I'll need some help.
Thanks
#desc {background:#505050 url(images/front.jpg) bottom left repeat-y; clear:both; color:#fff; /* height:200px; */ margin:5px 0 15px; padding:0 0 5px 0;}
I would like to change the background on different pages without having to create multiple css files.
So - Page one's background would be images/front.jpg
Page two would be something like images/front_2.jpg
you get the idea. Any thoughts. I can modify the css but if it gets into special coding I'll need some help.
Thanks