It's kind of a kludge, but I have done this:
When you create the category, in the Category Name field, do something like this: <div class="hideme">Category Name </div>, then in the stylesheet: .hideme {display:none;}
The space where the name would be is still there, so you'll need to watch where you put it, sort order-wise.




