Thanks Dave! I got #1 working as you suggested. But number 2 is not working. This is how I have postlist.tmpl:
code:
<td align="left" width="50%" class="tdheader">
<font class="subjectsize">
<a href="{$config['phpurl']}/postlist.php?Cat=$Cat&Board=$Board&page=$page&view=$view&sb=$sortsubject&o=$o">
{$ubbt_lang['SUBJECT_TEXT']}
</a>
</font>
$SubjectS
</td>
Here is the entry in the CSS for subjectsize:
code:
.subjectsize {
font-size : 16px;
}
I just think its weird, the first one works fine, but doing the same thing for this doesn't. I'm probably just putting a tag in the wrong spot or something dumb.