Just wanted to post this ...
In Mozilla it will put a weird space under the word between the underline for links to sub-forums.
Changing the template code from:
Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><span class="smallfont">$forum[title]</span></a>
to:
Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <span class="smallfont"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</span></a>
Will fix that.

Just a matter of moving the <span> tag.
*clicks install*