I would like a category divider line in between my main categories (in my left hand category box). I do have the Category Dressing module installed. I even read this post: http://www.zen-cart.com/showthread.p...y-divider-line Even after reading different posts and instructions for Category Dressing I cannot get the category lines to display in between the master categories.
I just don't know why they will not show. In my stylesheet.css I already have this rule:
You can see a live example here: http://www.lasilhouettelingerie.com/...y-color-c-189/Code:HR {height: 1px;margin-top: 0.5em;border: none;border-bottom: 1px solid #9a9a9a;}
Last in my includes/templates/MYTEMPLATE/sideboxes/tplcategories.php I have this code starting at line #87
It seems like I have everything in place but it will not display.Code:// display a separator between categories and links if (SHOW_CATEGORIES_SEPARATOR_LINK == '1') { $content .= '<hr id="catBoxDivider" />' . "\n"; } $content .= '<ul class="catLinks">' . "\n";


Reply With Quote
