Jeremy -
This is an issue with some browssers - I just updated my instructions.
We need to move the class from the tr to the td tag:
In ubbthreads.tmpl find this
<tr class="lighttable">
<td class="small" valign="top" colspan="3">
Change to this:
<tr>
<td class="small" valign="top" colspan="3" class="lighttable">
That should fix it.
