libeco
10-15-2007, 06:48 PM
I'm trying to use <TAG_IMG_LIST> in the same way as <IMAGE_CATEGORY>, at least in the same style on the page which shows my image. Somehow however, <TAG_IMG_LIST> (and all other tag-templatetags for that matter) displays as:
Tags:
tag1,tag2 etc.
While <IMAGE_CATEGORY> displays as:
Category: [cat1] [cat2] etc.
In the generated source I see a <br> after the word Tags. Is there somewhere in the code where I can delete it? And where can I add (or delete) the [ and ]
THNX!
Tags:
tag1,tag2 etc.
While <IMAGE_CATEGORY> displays as:
Category: [cat1] [cat2] etc.
In the generated source I see a <br> after the word Tags. Is there somewhere in the code where I can delete it? And where can I add (or delete) the [ and ]
THNX!