PDA

View Full Version : Category title


r.cakir
08-07-2002, 02:59 PM
Hello everybody

How can I change the font color and size of the forum category titles (for example: Announcements), and which templates must be modified?

thanks in advance

mashby
08-07-2002, 06:38 PM
In your Forum Home templates, you'll have to edit the following tables:

forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
forumhome_forumbit_level2_nopost
forumhome_forumbit_level2_post

r.cakir
08-09-2002, 05:37 AM
Thank you mashby, now I know where and maybe you can explain me also how?

Example code:

<normalfont><b>$forum[title]</b></normalfont>

I know "normalfont" is defined in the style prefs with "2" and I have also "smallfont" and "bigfont" predefined. But I want a font size for the forum title that is smaller than "normalfont" and bigger then "smallfont". How must change the above code?

I try this without success:

<font size="10px"><b>$forum[title]</b></font>

Any help?