Quote:
Originally Posted by Ohiosweetheart
well... it worked, but broke up the style, lol. Take a look here using the LS7- Rude style which is the one I'm trying to get the sig on the bottom of.
http://exquisitelyerotic.net/forums/...&postcount=961
this is the entire signature code:
<if condition="$post['signature']"><!-- bottom signature -->
</td>
</tr>
<tr>
<td class="alt2"></td>
<td class="alt1">
<!-- / bottom signature -->
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
|
THIS WORKS
Code:
<if condition="$post['signature']">
<!-- bottom signature -->
</td>
</tr>
<tr>
<td class="alt2"></td>
<td class="alt1">
<!-- / bottom signature -->
<!-- sig -->
<div>
<hr> <br />
$post[signature]
</div>
<!-- / sig -->
</if>
for me in postbit_legacy