btw, just notice one other small issue with the template, especially when you start getting alot users who come up listed as viewed, as it doesn't wrap the text, especially for people on a 800x600 display. anyway, if you just take out the word 'no', in the word 'nowrap' it'll just wrap the usernames text, from top to bottom, rather than having it run on from left to right. thanks again!
PHP Code:
<td nowrap><smallfont><b>$thread[viewers]</smallfont></td>
to
PHP Code:
<td><smallfont><b>$thread[viewers]</smallfont></td>