Hi,

This is so weird. I'm using the glue feature in a few places and it works except for in one place and I can't figure out why!

This is the code:
CODE
<mt:SubCategories top="1" glue=" | ">
   <a href="<$mt:CategoryArchiveLink$>"
      title="<$mt:CategoryDescription$>"><mt:CategoryLabel></a>
</mt:SubCategories>


(I've tried it with TopLevelCategories too)

And it just doesn't print out a | between the links. I don't get it???

I also tried doing

CODE
<MTSubCategories top="1" glue=" | ">
   <a href="<$mt:CategoryArchiveLink$>"
      title="<$mt:CategoryDescription$>"><mt:CategoryLabel></a>
</MTSubCategories>


and that didn't work either. (Although I don't really understand why there are two syntaxes for doing the same thing)

Please help!

Thanks,
Heather