I want to add a hr between the categories in http://www.dotari-saloane.ro like in a square or smth like that.
I find something I like here: http://(sorry, site offline)/138
Can anyone tell me how to do it?
I want to add a hr between the categories in http://www.dotari-saloane.ro like in a square or smth like that.
I find something I like here: http://(sorry, site offline)/138
Can anyone tell me how to do it?
Last edited by minute; 21 Jul 2008 at 10:28 AM.
What is "hr"??I want to add a hr between the categories
I you mean space between category lines then add this to your stylesheet and adjust to suit
Code:#categoriesContent { line-height: 1.5em; }
Zen-Venom Get Bitten
hr - horizontal ruler
To be more exactly I want in category menu a line between the categories. Or like in the template in the link, I want to make something similar.
Last edited by minute; 21 Jul 2008 at 12:01 PM.
What they've done with the category listings in the template you referenced is style them with background color, etc. in the a.category-top element in the stylesheet. You could put lines between them by experimenting with borders in the same place.