Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Category Help

Quote Reply
Category Help
Here's my situation. If you look at http://www.weathertalk.net/, you'll see that within the catergories that they are being displayed twice. I'm just wanting to display what is showing up 2nd that has the NEW graphics on the side. I've looked at my home.html file which has the <%category%> tag, and when removing that tag will remove everything. I looked at the subcategory.html where I placed the code to get the 3 New Level Graphics to work and nothing stands out.

Here's the subcategory.html code:

<dl>
<dt><strong><a class="link" href="<%URL%>"><%Short_Name%></a></strong> <small><class="numlinks">(<%Number_of_Links%>)</small>
<font face=arial SIZE=2>
<dl>
<dt><a href="<%URL%>"><B><%Short_Name%></B></a> <small>(<%Number_of_Links%> )</small>
<%if Has_New_Links eq 'Yes'%><%if Days_Old < 15%> <imgsrc=new_<%Days_Old%>.gif><%endif%><%endif%>
<%if Has_Changed_Links eq 'Yes'%><small><sup>update</sup></small><%endif%>
</dt>
<%if Description%><dd><%Description%></dd><%endif%>
</dl>
</font>
<%if Has_Changed_Links eq 'Yes'%><small><sup class="new">update</sup></small><%endif%>
</dt>
<%if Description%><dd><span class="descript"><%Description%></span></dd><%endif%>
</dl>

And the code from the home.html that deals with displaying the categories:

<CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
<TR>
<TD VALIGN=top WIDTH="10%">
<P><FONT SIZE="-2" FACE="Verdana,Sans-Serif"> <%category%> </FONT></P> </TD>
</TR>
</TABLE>

Any help would be appericated.. Also just to cover my ass, I've checked the FAQ's and done and read all results from the forum regarding (subcategory.html, category, categories, 3 new level graphics) and can't find anything regarding this type of situation.

Thanks,

Sean

Subject Author Views Date
Thread Category Help SeanM 2625 Aug 30, 2000, 12:06 PM
Thread Re: Category Help
Stealth 2557 Aug 30, 2000, 2:59 PM
Thread Re: Category Help
SeanM 2560 Aug 31, 2000, 8:49 AM
Post Re: Category Help
Stealth 2549 Aug 31, 2000, 9:07 AM