Ok, I've learned about the function calls such as <%DRAWCATEGORIES%>, which is very handy for those of us who need to use custom html in our sites.
Unfortunately, <%DRAWCATEGORIES%> seems to include <p style="margin-top: 0; margin-bottom: 0">. I don't want my category links crammed up against each other.
I realize I could copy and paste the code into the custom HTML window and strip out the offending tags, but that would mean updating the code every time I added a new category.
Is there any OTHER solution to my problem?