Gossamer Forum
Home : Products : Links 2.0 : Customization :

change style of link.html ?

Quote Reply
change style of link.html ?
hello;

I an trying to change the style of archive link.html in templates; I want to put the "asp´s codes" in a table, change the color of word...but when I upload link.html there are dates like descripción tha don´t apear
How can i change the aparence? I put in link.html something like:


<table align=center border=0 cellpadding=2 cellspacing=0 width=600>
<tbody>
<tr>
<td bgcolor=#0000ff colspan=2 height=2 width=600></td>
</tr>
<tr>
<td bgcolor=#1cb11c colspan=2 height=2 width=600></td>
</tr>
<tr>
<td width=400> <%Title%> </td>
<td align=right><small>(Added: <%Date%> Hits: <%Hits%> Rates: <%Rating%> Votes:
<%Votes%>)</small></td>
<tr bgcolor=#f1f1f1>
<td colspan=2> <%if Description%> <span>- <%Description%> </span> <%endif%>
<%if isNew%> <small><sup>new</sup></small> <%endif%> <%if isPopular%>
<small><sup>pop</sup></small> <%endif%>

<font face=tahoma size=1>• <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Vote</a></font></td>
</tr>
</tbody>
</table>


-----------------Any idea is welcome; Thanks---------------


Quote Reply
Re: change style of link.html ? In reply to
Hi

Did you rebuild with admin?

DavyC

Quote Reply
Re: change style of link.html ? In reply to
yes, i rebuilt in admin; but I get the same problem, there are dates that don´t appear.

With th default link.html in templates there is no problem, but i want to change the design. THe default was:

<ul><li><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>
</ul>