PDA

View Full Version : I have another question about H1 tags



lzblake
11-30-2006, 05:45 PM
I followed instructions about adding H1 tags to forums and threads. Now I would like to customize this slightly. Here is what I want to do:

Name of Forum: Criminal Law
Description: Issues involving Criminal Law

When you click on the forum Criminal Law I would like tag located just above the thread to say: Criminal Law Issues involving Criminal Law. Ultimately I would like the forum name to be in bold and the description to be regular. Does this make sense?

Joeychgo
11-30-2006, 06:19 PM
You would make those changes in the CSS --



/* ***** H1 Tags ***** */
h1.myh1 {font-family: Arial; font-size: 20px;
color: #000000; font-weight: bold;}

h2.myh2 {font-family: Arial; font-size: 16px;
color: #000000; font-weight: bold;}



You can change the size, color, font, bold, etc..... for each seperately.

As far as what it says - it uses the Forum Title and the Forum Description - so change those for the particular forum

lzblake
11-30-2006, 06:24 PM
I tried to make the changes in FORUMDISPLAY AND SHOWTHREAD. It came back with an error message. Do I just change one or both? I really don't know the difference between the two nor do I know the difference between [title_clean] and [title].

Joeychgo
11-30-2006, 06:27 PM
ok - start like this. Go back - and follow the instructions exactly. Do that first BEFORE you make modifications.

lzblake
11-30-2006, 06:30 PM
I followed directions exactly but only description is coming up not title of forum. I would like both to show up.

Joeychgo
11-30-2006, 06:37 PM
Well, part of the problem is that your on vB 3.07 - Upgrade your forum to 3.6


Try using $foruminfo[title] instead of $foruminfo[title_clean]