Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Subcategory.html Question re Graphics

Quote Reply
Subcategory.html Question re Graphics
Okay,

I'm a little perplexed here. Here is a copy of my subcategory.html file. On my main page, if a listing has been modified then it is working fine - a small 'modifed' graphic appears next to the category listing - HOWEVER - It is not diplaying the 'New' graphics (I use 3 levels - all gifs have been renamed new_01 to new_15 etc).

Am I doing the wrong test for 'New'?
--------------------------

<dl>
<dt><a class="link" href="<%URL%>"><%Short_Name%></a> <span class="numlinks">(<%Number_of_Links%> )</span>
<%if isNew%>
<img src="<%image%>/new_<%Days_Old%>.gif">
<%endif%>
<%if Has_Changed_Links eq 'Yes'%>
<img src="<%image%>/updated.gif">
<%endif%>
</dt>
<%if Description%><dd><span class="descript"><%Description%></span></dd><%endif%>
</dl>
----------------------------

Thanks in advance,

Regards,



------------------
Clint
----------------------------------
www.AffiliatesDirectory.com
Proud Supporter of Links SQL
----------------------------------




Subject Author Views Date
Thread Subcategory.html Question re Graphics Clint 1951 Mar 23, 2000, 1:23 PM
Post Re: Subcategory.html Question re Graphics
pugdog 1875 Mar 23, 2000, 5:54 PM
Post Re: Subcategory.html Question re Graphics
Clint 1880 Mar 24, 2000, 9:47 AM
Post Re: Subcategory.html Question re Graphics
pugdog 1881 Mar 24, 2000, 10:06 PM