Gossamer Forum
Quote Reply
New Tags
I found where the "New" tags next to the categories on the main page are located (subcategory.html) and made them larger so you can actually read them. My problem now is that I cannot find the template for the "new" tags on interior categories and next to the actual listings.

Is there a seperate template that controls their size or are they all controlled from the "subcategory.html" template and coding on the interior pages is making them small?

Any advice would be appreciated!

Bob
Quote Reply
Re: [bobl] New Tags In reply to
I think what your looking for is in Link.html..

<%if isNew%>
&nbsp;<font color=red><small><sup>new</sup></small></font>
<%endif%>

Regards,
Clueless

Quote Reply
Re: [bobl] New Tags In reply to
Thanks! that did it!