New Zenner
- Join Date:
- Sep 2007
- Posts:
- 96
- Plugin Contributions:
- 0
Background image in pages
How can I put a different background in the product pages so that the homepage and other e-z pages, for example, have a different background to the product pages. I mean the background in the whole page,
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #ffffff;
margin-top: 12px;
background-image: url(http://www.site.com/shop/images/background.gif%29;
for example.
Thanks.