New Zenner
- Join Date:
- Jul 2011
- Location:
- Darlington, UK
- Posts:
- 23
- Plugin Contributions:
- 0
Trouble with css images
Hi - I am a total novice in this but need to get this website going and move on...
I've changed product images via cpanel and uploadedmenu, header images via cpanel inot the images folder, i've changed many elements in css. But for some reason I can't seem to properly route that header image in CSS stylesheet. I can;t replace the original Zencart header and can't replace the body background colour with a background image, which isanother thing I need to do.
(I've checked the cpanel is pointing at the right custom template)
I am working in a customised version of Zencart contemporary Green.
Here's the header code...
#headerWrapper{
background-image: url(file:///C|/Users/Cliffecm/AppData/Local/images/boardzen.jpg);
background-repeat: repeat-x;
background-color: #ffffcc;
height:180px;
}
Thanks in anticipation - I just can;t figure out what I'm doing wrong.!!!