Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Categories on homepage

Quote Reply
Categories on homepage
Hi there !

I used the yahoo-templates on my links-directory. Now I try to change the look of the categories on the homepage but it doesn´t work.

Can you tell me where exactly I have to edit the html-code ?

I tried nearly everything but it doesn´t work...

I want the categories to be little smaller than they are at present time...


Thanks a lot !


regards

Flori
Quote Reply
Re: Categories on homepage In reply to
You need to edit site_html_print_cat in the site_html_templates.pl file.

Dan
Quote Reply
Re: Categories on homepage In reply to
Try this changes under site_html_print_cat:

Code:
<strong> change into <small>
</strong> change into </stong>

it woul look like this....

Code:
# Then we print out the name linked, new if it's new, and popular if its popular.
$output .= qq|<dl><dt><small><a class="link" href="$url">$category_name</a></small> <small class="numlinks">($numlinks)</small> |;
Quote Reply
Re: Categories on homepage In reply to
Delete all the .css reference codes, (class="").

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums