Shawn
12-14-2006, 10:27 PM
In Postbit or Postbit_Legacy, whichever one you use,
FIND:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
After the <div> and before the ______________ add one or two line breaks: <br />. Then after the ______________ where you already see one <br />, add another one.
Save and view. You can play with the <br />'s to get the look you want.
I generally use two before the line and two after.
<if condition="$post['signature']">
<!-- sig -->
<div><br /> <br />
__________________<br /><br />
$post[signature]
</div>
<!-- / sig -->
</if>
FIND:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
After the <div> and before the ______________ add one or two line breaks: <br />. Then after the ______________ where you already see one <br />, add another one.
Save and view. You can play with the <br />'s to get the look you want.
I generally use two before the line and two after.
<if condition="$post['signature']">
<!-- sig -->
<div><br /> <br />
__________________<br /><br />
$post[signature]
</div>
<!-- / sig -->
</if>