PDA

View Full Version : Category Tree border


polishpottery
06-24-06, 06:42 PM
Hello!

Can anyone tell me how to put a border around the Category Tree?

Thanks!!
Cynthia

Pete McNamara
06-25-06, 12:19 AM
Assuming you are not using a category tree module (which I would recommend you buy, btw), then surrounding the category tree item with a div like this, should work:

<div class="catbord"><mvt:item name="category_tree" /></div>

You then need to add your "catbord" class style to either an external stylesheet (recommended) or to the head area in each page template, e.g:

.catbord {border: 1px solid 000000;}

If you have trouble just ask. :)

polishpottery
06-25-06, 03:31 AM
Thank you so much! It worked!!!
I am slowly but surely learning this!

Thanks again!