Can anyone tell me how to put a horizontal line in between my categories?
Can anyone tell me how to put a horizontal line in between my categories?
Best,
Goldbuckle
there are few possible way of doing this .
1: hack the zencart code to add HR tag in correct place.
1: install a free addon that will allow you to customize your category sidebox .
3: add this code to your stylesheet.css to create a bottom border for your top level category .
.category-top {
border-bottom:1px solid black;
}
hope i have been of help somewhat .![]()