Cool, I've got it in and running. Everything looks good except for when I added a mod to move signatures down to the bottom of the post. Here is what that mod had me install... Can you please correct it to still do the same thing, but to maintain the look you've provided? This is in In postbit_legacy, thanks so much!!
Andrew
Code:
<!-- / edit note -->
</if>
</td>
</tr>
<td class="alt1" valign="bottom" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->
</if>
</td>
</tr>