PDA

View Full Version : Adding Space Before and After the Signature


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>

Magnumutz
12-29-2006, 01:03 PM
Thanks, this is a nice hack.

Dragjusto
12-29-2006, 11:03 PM
very godd....
thanks

mmbb
01-05-2007, 03:54 AM
thanks
screenshots ?.....

FusionAura
01-28-2007, 11:24 AM
Just try it out no need for scrn shots i think...and btw thanks for the hack