Now ive read the thread, and am having a problem of my own with that damn line in my extremepixels skins.
Ive almost got it sorted but i still cant get the damn thing to go away.
using pieces of code throughout this thread ive come up with this so far. keep in mind im using other customizations as well..... so basically I need to find out where this border is being set and remove it.
PHP Code:
<tr valign="top">
<!-- Signature Forced To Bottom Mod -->
<if condition="$post['signature']">
<td class="alt2" width="175" rowspan="3" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
<else />
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
</if>
<!-- / Signature Forced To Bottom Mod -->
PHP Code:
<!-- Signature Forced To Bottom -->
<if condition="$post['signature']">
<tr>
<td class="alt1" valign="bottom" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]
<if condition="$post['signature']">
<tr height="1">
<td class="alt1" valign="bottom">
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
</td>
</tr>
</if>
$template_hook[postbit_signature_end]
</td>
</tr>
</if>
<!-- Signature Forced To Bottom -->