you could change the class for the LI to have the background be an image
you could change the class for the LI to have the background be an image
Yes i want to have the same image repeated in full size behind each link in the information box.
The LI command? is that located in the actual template or in a stylesheet.
Thanks
Brad
LI is not a command. It's an HTML tag indicating an item in a list e.g.Originally Posted by websightdesign
It's generated by Zen Cart as part of your template and can then be styled in your stylesheet.css, e.g.PHP Code:<li>item one</li>
<li>item two</li>
PHP Code:li { font-size:medium; color:red }
right, view the sorce of your information bar, find the class in stylesheets.css and add a background image command.
mae sure to use the overide system and back up though, many times I changed one small thing and had it go nuts.