Blog
Developers
Careers
Support
Contact
Gossamer Threads
Solutions
Results
About
Mailing Lists
Resource Centre
Forum
Tools
Home
Who's Online
Tags
Favourites
Login
Forum Search
(
Advanced Search
)
This forum
This category
All forums
for
Home
:
Products
:
Gossamer Links
:
Discussions
:
Change Subcategory Space
Previous Thread
Next Thread
Print Thread
View Threaded
Apr 30, 2001, 9:55 PM
vic
Novice
(43 posts)
Apr 30, 2001, 9:55 PM
Post #1 of 8
Views: 2432
Shortcut
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 -
May 1, 2001, 7:17 AM
Stealth
Veteran
(17240 posts)
May 1, 2001, 7:17 AM
Post #2 of 8
Views: 2368
Shortcut
Re: Change Subcategory Space
In reply to
Open the
subcategory.html
template file and edit it.
Regards,
Eliot Lee
May 1, 2001, 9:50 AM
vic
Novice
(43 posts)
May 1, 2001, 9:50 AM
Post #3 of 8
Views: 2350
Shortcut
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.
May 1, 2001, 11:02 AM
Stealth
Veteran
(17240 posts)
May 1, 2001, 11:02 AM
Post #4 of 8
Views: 2359
Shortcut
Re: Change Subcategory Space
In reply to
Command???
Try HTML.
Regards,
Eliot Lee
May 1, 2001, 9:18 PM
vic
Novice
(43 posts)
May 1, 2001, 9:18 PM
Post #5 of 8
Views: 2337
Shortcut
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.
May 2, 2001, 9:08 AM
Stealth
Veteran
(17240 posts)
May 2, 2001, 9:08 AM
Post #6 of 8
Views: 2326
Shortcut
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
May 3, 2001, 8:09 AM
vic
Novice
(43 posts)
May 3, 2001, 8:09 AM
Post #7 of 8
Views: 2297
Shortcut
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>
May 3, 2001, 8:23 AM
Stealth
Veteran
(17240 posts)
May 3, 2001, 8:23 AM
Post #8 of 8
Views: 2300
Shortcut
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
Previous Thread
Next Thread
Print Thread
View Threaded