I'm really sorry if this has already been addressed. I've tried searching, but short of reading all 170+ pages in this forum alone, I'm stuck as to where to go next.
Anyhow, what I'm trying to do is to display one of my groups of categories as inline. In other words, I have categories for each letter, and I'd rather them appear as one block than each on its own line.
I had no problem before I added the categories dressing (simply removed the < br > from the tpl_categories.php for my theme). But now, with Categories Dressing, I can't figure out what to do. It seems that my group is only including the first category in it rather than all 26.
Any thoughts?
Another more specific question: in the categories_dressing_defines.php, does it matter what order the define statements are in? My categories don't appear in numerical order, so my define statements reflect that. ie:
define ('CAT_BOX_HEADING_61','1|0||');
define ('CAT_BOX_HEADING_41','1|0||');
define ('CAT_BOX_HEADING_33','1|0||');
define ('CAT_BOX_HEADING_1','1|0||');
Thanks in advance for the help!