I am getting a problem when I insert a table in between posts. The table shows but it is not flush with the other posts surrounding it (it's indented). I tried updating the width property but the right side extends outward passed the posts and distorts the page.
The part in my postbit_legacy bit looks like this:
Code:
<if condition="!is_member_of($bbuserinfo, 5, 6, 7, 22)">
<if condition="$post[postcount] == 1">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
*****OMITTED*****
</td>
</tr>
</table>
</div>
$spacer_close
</if>
</if>
Any help would be appreciated!
Thanks!