Gossamer Forum
Home : Products : Links 2.0 : Discussions :

main page category font size different from category pg.. ?

Quote Reply
main page category font size different from category pg.. ?
Perhaps somebody knows where im going wrong.. Ive searched the forum on this but couldn't find anything.

I've been editing the css page, and the 'catlist' controls the font size of the categories, as seen on the main page. However, it also controls the font size of the subcategory listings, on the category pages. Thing is, If I set it to x-small, the subcat links come out x-small, but the main page comes out almost medium.

I've looked through the code on site_html, however I'm not sure where and what needs to be changed (if anything).

I've added the yahoo subcats mod, and not sure if that is having anything to do with it or not.
Any help would be greatly super appreciated :)

Basically what I want, is the subcat links on the category pages to be like a font size 2 (small), and on the main page, similar to yahoo, cats small, subcats, x-small.

Thanks, Jim
groovywebdesign.com
Quote Reply
Re: [jjstroke] main page category font size different from category pg.. ? In reply to
Look at your code, then look at the stylesheet, you should see what's happening...

...td.catlist is defined as medium fontsize, while any other (undeclared) td will have a small fontsize. You can change the font-size for the table data, or add a class to your href (a class="something" href= etc.).

You site looks great!


Leonard
aka PerlFlunkie