Quote Originally Posted by websightdesign
The LI command? is that located in the actual template or in a stylesheet.
LI is not a command. It's an HTML tag indicating an item in a list e.g.
PHP Code:
<li>item one</li>
<
li>item two</li
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 font-size:mediumcolor:red