
Originally Posted by
MeltDown
Under the heading "Information" in my dropdown list I am attempting (unsuccessfully) to add a category with subcategories, but it ain't pretty!!
Specifically, on my
PittiVintage site I would Like a "Charts" category with "Size Charts" and "Item Condition" as subcategories. How would I achieve that?
Thanks for any and all suggestions.
Have you tried kind of copying the HTML of the categories section?
Code:
<li class="submenu"><a href="http://www.zencart137.jadetrue.com/index.php?main_page=index">Information</a>
<ul class="level2">
<li class="submenu">
<a href="http://www.zencart137.jadetrue.com/index.php?main_page=index&cPath=2">Category with A Subcategory</a>
<ul class="level3">
<li class="submenu">
<a href="http://www.zencart137.jadetrue.com/index.php?main_page=index&cPath=3">Subcategory</a>
</li>
</ul>
</li></ul></li>
I hope I got that right... these things are always tricky, and its easy to miss something. If you get it close, but not quite, I can always look at your source and help you find whats wrong.
Bookmarks