Quote:
Originally Posted by yoyoyoyo
Yes- that is simply done with html markup. For red font you could use something like this:
PHP Code:
<div style="font-size: 200%; text-align: center;"><font color="RED"><b>$thread[title]</b></font></div>
or you could use <strong> instead of <b> if you want- whatever html you prefer regarding font style, etc..
|
Awesome! This is quite cool. Now if I can only get the same thing to apply to calendar event titles...