I want to add some space between categories list items so that there would be some more space between links, but how to do this?
I see that this list is made with <br> tags and <a> links
I tried to change it in css with a{ margin-top:n px } and br {margin-top: n px} [this is only code fragment to give the idea], but with no success, so is there a way to modify this list with css and not go where php starts?


ink;

