PDA

View Full Version : image_category output


Pitris
09-19-2008, 04:05 PM
Hello,

if I use this tag <image_categoy> word "Category" is bold. Any way to do it normal-weight ?

Thanks

jaywilliams
09-19-2008, 04:28 PM
From what I can tell, the output is normal weight.
http://www.pixelpost.org/docs/TemplateTags/IMAGE_CATEGORY

However, depending on where you placed the template tag, and the template you are using, it is probably making the text bold.

You can wrap the tag in a <span> element, and style it that way if you wish. Like so:

<span style="font-weight: normal;"><IMAGE_CATEGORY></span>