New Zenner
- Join Date:
- Aug 2010
- Posts:
- 15
- Plugin Contributions:
- 0
######? tiled background image not working
Hi, I'm hoping someone can help me here. I'm running zencart 1.3.9d with the Premium4b template from https://www.zenflavor.com. This should be the simplest thing in the world but for the life of me, I can't get a tiled background image to display on my site. I've change the path in the /premium4b/css stylesheet to the proper path (../images/bodybg-damask.jpg), uploaded the image, nothing. I thought maybe the path relativity was off, so I uploaded the image into every single /images/ folder in every temple, and even the general /cart/images/ folder....nothing. Tried it in 3 different browsers....nothing. I can access the image directly through the url, so I know the image is there, but it just won't display.
Here's my /premium4b/css stylesheet code:
body {
color:#8f8f91;
font: 12px arial, sans-serif;
background-color:#060606;
margin:0 20px 20px 20px;
/*
background-image: url("../images/bodybg-damask.jpg");
background-repeat: repeat-x,y;
*/
}
Any ideas?
Thanks in advance,
-D