Change the class. If you have alt2 change it to alt1.
Send me a link to your site so I can see what you are talking about.
I left it as alternating colors in order to distinguish between the signature and the post.
If you want to change it find this line:
Code:
<td class="alt2" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
And chang it to:
Code:
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
Let me know if that works for you.