Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Category on new page

Quote Reply
Category on new page
I'm trying to put the category unlinked next to each listing on my New Page. I can't seem to find the correct tag to put in there.

This is what I have in my new.html
<%if link_results_loop%>
<%loop link_results_loop%>
<%include link2.html%>
<%endloop%>
<%endif%>

And this is what I have in links2.html
<li type="circle">
<span class="type">
<%Type%>
</span>
<a class="link" href="<%URL%>">
<%Title%>
</a>
<span class="descript">- <%Description%></span>
<a class="nw" href="<%URL%>" target="_blank">NW</a>
<a class="detailed" href="<%build_root_url%>/Detailed/<%ID%>.html ">DETAILS</a>
</ul>
---
I'm a very boring lady, very, very boring.
Subject Author Views Date
Thread Category on new page Cleo_ 1947 Oct 23, 2004, 7:50 PM
Thread Re: [Cleo_] Category on new page
Andy 1872 Oct 25, 2004, 1:23 AM
Post Re: [Andy] Category on new page
Cleo_ 1858 Oct 25, 2004, 9:37 AM