PDA

View Full Version : adding more space between Categories


billybrag
09-15-2005, 03:24 PM
How can i add a little more vertical space beetween the categories?

thanks

WebDesignPoint
09-15-2005, 09:10 PM
Open templates/main.tpl and look for:
Content visible to registered users only.
Place a
after the </h2>.

If you also display subcategories, instead of placing the
at the end of the line above look for:
Content visible to registered users only.
And place the
after the </p>

You could also use CSS instead.