|
#1
|
|||
|
|||
|
image_category output
Hello,
if I use this tag <image_categoy> word "Category" is bold. Any way to do it normal-weight ? Thanks |
|
#2
|
||||
|
||||
|
From what I can tell, the output is normal weight.
http://www.pixelpost.org/docs/Templa...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: HTML Code:
<span style="font-weight: normal;"><IMAGE_CATEGORY></span>
__________________
Jay Williams | A Different View |
| Post Reply |
| Thread Tools | |
|
|