Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Arrangement Of Links Gone Wrong

Quote Reply
Arrangement Of Links Gone Wrong
If you visit http://www.goodbookmarks.com/dir/Business_To_Business/ , you'll find that the first link is dated 12-march, and 2 links below it is dated 13-march. The latest ones should be on top, how can I solve this problem?

------------------
http://www.goodbookmarks.com/ - Let's Enjoy Surfing The Web
Quote Reply
Re: Arrangement Of Links Gone Wrong In reply to
Oops...wrong topic....

Anyway...what changes have you made to your scripts/files?

Be specific.

Wink

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums


[This message has been edited by AnthroRules (edited March 14, 2000).]
Quote Reply
Re: Arrangement Of Links Gone Wrong In reply to
From the link.html:

Quote:
<ul><li><a href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>" TARGET="_blank"><%Title%></a>

<%if Description%>
<span class="descript">- <SMALL><%Description%></SMALL></span>
<%endif%>

<%if isNew%>
<FONT COLOR="#FF0000"><B><small><sup class="new">new</sup></small></B></FONT>
<%endif%>

<%if isPopular%>
<FONT COLOR="#009933"><B><small><sup class="pop">pop</sup></small></B></FONT>
<%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>

------------------
http://www.goodbookmarks.com/ - Let's Enjoy Surfing The Web
Quote Reply
Re: Arrangement Of Links Gone Wrong In reply to
That is the only changes you've made??

LINKS by default sorts links in the following manner:

NEW
POPULAR
TITLE

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums