Quote:
Originally posted by danielillo
Is there any way to show "Sub-Forums:" in RED and the Sub-forums in BOLD ?
Thanks and excuse my english (I put the colours to show you how I would like it to appear).
|
Look for this code ...
PHP Code:
$forum['description'] .= "<hr><B>Sub-Forums:</B> ";
and replace it with this:
PHP Code:
$forum['description'] .= "<hr><B><font color=\"#FE1B01\">Sub-Forums:</font></B> ";