Gossamer Forum
Home : Products : Links 2.0 : Customization :

3-Level "NEW" Graphic Usage Modification

Quote Reply
3-Level "NEW" Graphic Usage Modification
Hi ,

just a little problem ?!
My Link.htm looks like this
Code:
<ul><li><font face="arial size="2"><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a></font>

<%if Description%>
<font face="arial size="2">- <%Description%> - </font>
<%endif%>

<font face="arial size="2">(Added: <%Date%> )<a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">[Rate It]</a></font>

</ul>

Now how or where can I put the Code provided with the Mod
Code:
<%if isNew%>
<small><sup class="new">new</sup></small>
<%endif%>
to read:
<%if isNew%>
<%new_img%>
<%endif%>

Thanks again lads for your help...;-)

Broder
Quote Reply
Re: 3-Level "NEW" Graphic Usage Modification In reply to
Check out my link.html:

Code:
<title>Links</title><ul><li><A HREF="<%db_cgi_url%>/jump.cgi?ID=<%ID%>" TARGET="_blank"><%Title%></a>

<%if isNew%>
<%new_img%>
<%endif%>

<%if isPopular%>
<img src="pop.gif" width=28 height=10 alt="Popular Freebie">
<%endif%>

<br>

<%if Description%>
<%Description%>
<%endif%>

<small class="date"><br>(Added: <%Date%> Hits: <%Hits%> Rating: <%Rating%> Votes: <%Votes%> ) <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate It</a></small></ul>

I think this will help you enough on the right way.

Jeroen
http://freebies.tracksonline.com
Quote Reply
Re: 3-Level "NEW" Graphic Usage Modification In reply to
Yepp that's it !!!

Thanks a bunch..besides..good looking Site you have <g>

Cheers

Broder
Quote Reply
Re: 3-Level "NEW" Graphic Usage Modification In reply to
<quote>
Thanks a bunch..besides..good looking Site you have <g>
</quote>

Thank You Smile,

Always good to hear that people like it. It still basicly the webcrawler template. But I'm working on it to get it better.

But glad to hear that I'm on the right track.

Good luck with the graphics mod.

Jeroen
<url>http://freebies.tracksonline.com</ur>