Also change this:
Code:
<td class="alt2" width="100%" id="td_post_$post[postid]"; colspan="3";>
<else />
<td class="alt1" width="100%" id="td_post_$post[postid]">
</if>
to this:
Code:
<td class="alt2" width="100%" id="td_post_$post[postid]" colspan="3" style="border-bottom: none;">
<else />
<td class="alt1" width="100%" id="td_post_$post[postid]" style="border-bottom: none;">
</if>
and this:
Code:
<tr>
<td class="alt2">
</td>
<td class="alt1" align="$stylevar[left]">
<if condition="$post['signature']">
to this:
Code:
<tr>
<td class="alt2" style="background-image: none;">
</td>
<td class="alt1" align="$stylevar[left]" style="border-top: none; background-image: none;">
<if condition="$post['signature']">