Gossamer Forum
Quote Reply
7 Days Mod
I jave recently added a field so that i can signify sites that have been recently updated/modified..

<%if isUpdated eq 'Yes'%>
<img src="/icons/updated.gif" width="48" height="12" align="absmiddle" alt="Just Updated">
<%endif%>



Can anyone explain to me how i would go about making it so that the graphic will display next to the link for only 7 days,
and then go back to displaying the link normally..

I would need some detailed instructions, as i am one of those people who dont totally feel comfortable modifying my scripts.. Smile

Thanks for the help.