Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Category Spacing (vertical)

Quote Reply
Category Spacing (vertical)
This should be easy, but!!!

I cannot figure out how to remove the (vertical) spacing between the categories.

Here is what I have:

<%category%> <%category%>

<%category%> <%category%>

<%category%> <%category%>


Here is what I want:

<%category%> <%category%>
<%category%> <%category%>
<%category%> <%category%>


I think the secret is in the subcategory.html file, but I can't figure it out.
------------------------

Here is the code in the subcategory.html file:

<dl>
<dt><strong><a class="link" href="<%URL%>"><%Short_Name%></a></strong> <small><class="numlinks">(<%Number_of_Links%>)</small>
<%if Has_New_Links eq 'Yes'%><small><sup class="new">new</sup></small><%endif%>
<%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>
Subject Author Views Date
Thread Category Spacing (vertical) eddie2 2580 Feb 20, 2001, 6:45 PM
Thread Re: Category Spacing (vertical)
pugdog 2512 Feb 20, 2001, 6:52 PM
Thread Re: Category Spacing (vertical)
Eximpo 2482 Feb 21, 2001, 3:01 AM
Thread Re: Category Spacing (vertical)
andy_hh 2462 Feb 21, 2001, 6:52 AM
Thread Re: Category Spacing (vertical)
BryanL 2468 Feb 21, 2001, 7:07 AM
Post Re: Category Spacing (vertical)
eddie2 2449 Feb 21, 2001, 4:50 PM