Can I have it completely any of the borders it adds?
Code:
<tr>
<td class="<if condition="$post[postcount] % 2">alt2<else />alt1</if>" valign="bottom">
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->
</if>
</td>
</tr>
You can see here:
http://www.areyouserios.com/showthread.php?t=448