I found a website that checks your website to see if it's XHTML valid. I don't know how significant this is but hey...
It found a few errors in the 'header' and 'footer' templates.
Nothing drastic, in fact it's probably petty to bring it up lol but I thought what the hey...
In the 'header' template, look for...
Code:
<td style="background: url($stylevar[imgdir_misc]/tdl.jpg) repeat-y left;"><img src="$stylevar[imgdir_misc]/spacer.gif" width="25" height="1" alt=""></td>
and replace with...
Code:
<td style="background: url($stylevar[imgdir_misc]/tdl.jpg) repeat-y left;"><img src="$stylevar[imgdir_misc]/spacer.gif" width="25" height="1" alt="" /></td>
In the 'footer' template, look for...
Code:
<td style="background: url($stylevar[imgdir_misc]/tdr.jpg) repeat-y right;"><img src="$stylevar[imgdir_misc]/spacer.gif" width="25" height="1" alt=""></td>
and replace with...
Code:
<td style="background: url($stylevar[imgdir_misc]/tdr.jpg) repeat-y right;"><img src="$stylevar[imgdir_misc]/spacer.gif" width="25" height="1" alt="" /></td>
Also, there are two instances of 'onChange' and one of 'onClick' which need to be changed to lower case, i.e. 'onclick' and 'onchange' in the 'footer' template.
As I said, I don't know how significant it is and the style seems to work fine with the errors.
If you visit -->
here<-- you will see what I mean.
Enjoy!
EDIT:
One other thing, I've been using a 19" monitor in my home to set up the forum which is nice. When I opened it up in my work on a 15! monitor (yuk) I had to scroll to the left to see more of the forums. To fix this, go into Admin CP > Styles and Templates > Style Manager > Edit StyleVars > set Main Table Width to '100%'.