Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Change Subcategory Space

Quote Reply
Change Subcategory Space
How can I change the space in between subcategories at top of each page? I think there is a double spacing and īd like single spacing.
Vicente - Tongue

Quote Reply
Re: Change Subcategory Space In reply to
Open the subcategory.html template file and edit it.

Regards,

Eliot Lee
Quote Reply
Re: Change Subcategory Space In reply to
Thanks Elliot, although I am not an expert, it does not seem to me that there is a command in that file that can correct that. Hopefully it was that easy.

Quote Reply
Re: Change Subcategory Space In reply to
Command???

Try HTML. Wink

Regards,

Eliot Lee
Quote Reply
Re: Change Subcategory Space In reply to
I was thinking in a "HTML command" or whatever you call it in english. There is nothing in the subcategory.html code that can correct spacing.

Quote Reply
Re: Change Subcategory Space In reply to
Sure there is...try removing the < br > tags in the subcategory.html file. That file controls the output of categories.

Regards,

Eliot Lee
Quote Reply
Re: Change Subcategory Space In reply to
That is what I was looking for, <p> and/or < br > tags. There is none:

<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>

Quote Reply
Re: Change Subcategory Space In reply to
Well, remove the DEFINITION LIST CODES AND ADD your OWN HTML codes.

Pick up HTML for Dummies and learn some HTML coding while you're at it.

Regards,

Eliot Lee