Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Categories

Quote Reply
Categories
Hi,

Please, can anybody tell me how i can narrow the space between the categories. I don't use templates. So i wordk with the file : site_html.pl

http://limburgonline.com/pages/

Thanks,

Etienne Colla

Quote Reply
Re: Categories In reply to
One suggestion...rather than creating a new Thread to cover the same topic, you should either edit your original posting or add on to your original Thread. The same sub-routine I mentioned in the other Thread is found in the site_html.pl file.

Edit the $output statements in the sub site_html_print_cat routine in site_html.pl file.

The codes you will need to edit are the following:

Code:
$output .= qq~<dl><dt><strong><a class="link" href="$url">$category_name</a></strong> <small class="numlinks">($numlinks)</small> ~;
$output .= qq~<small><sup class="new">new</sup></small>~ if (&days_old($mod) < $db_new_cutoff);
$output .= qq~</dt>~;
$output .= qq~<dd><span class="descript">$description </span></dd>~ if (!($description =~ /^[\s\n]*$/));
$output .= qq~</dl>~;

See where the $category_name variable is located...well you can try to take out the definition listing codes (<dd><dl> ). It is basically a matter of editing the HTML codes between the $output .= qq~ and ~; codes.

Hope this helps.

Wink

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us