I customized my templates and now the links don't display when I look at the category pages! The database recognizes them as being there but yet they are not displayed? Does anyone know why?
May 27, 1999, 12:46 AM
New User (3 posts)
May 27, 1999, 12:46 AM
Post #6 of 6
Views: 2771
This is my whole link.html
---------------------------------
<ul>
<li><font face="Verdana, Arial, Helvetica, sans-serif" size="-1"><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>
<%if Description%> <span class="descript">- <%Description%></span> <%endif%>
<%if isNew%> <small><sup class="new">new</sup></small> <%endif%> <%if isPopular%>
<small><sup class="pop">pop</sup></small> <%endif%> <small class="date">(Added:
<%Date%> Hits: <%Hits%> Rating: <%Rating%> Votes: <%Votes%> ) <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate
It</a></small> </font>
</ul>
----------------------------
Does anyone see what's wrong?
---------------------------------
<ul>
<li><font face="Verdana, Arial, Helvetica, sans-serif" size="-1"><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>
<%if Description%> <span class="descript">- <%Description%></span> <%endif%>
<%if isNew%> <small><sup class="new">new</sup></small> <%endif%> <%if isPopular%>
<small><sup class="pop">pop</sup></small> <%endif%> <small class="date">(Added:
<%Date%> Hits: <%Hits%> Rating: <%Rating%> Votes: <%Votes%> ) <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate
It</a></small> </font>
</ul>
----------------------------
Does anyone see what's wrong?