yeah, wrong forum lol
go to your postbit_legacy or postbit template, at the very beginning there should be
<!-- post #$post[postid] -->
<if condition="$show['spacer']">
$spacer_open
<if condition="!$post['islastshown']">
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<else />
<if condition="$post['toppadding']">
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
</if>
</if>
<div id="edit$post[postid]">
</if>
and at the very end:
<if condition="$show['spacer']"></div><if condition="!$post['islastshown']"></div></if>$spacer_close</if>
<!-- / post #$post[postid] -->
^ edit em
|