I am working on a slight varation of an adsence display hack. However the only problem here is it isn't processing $spacer_close.
PHP Code:
<if condition="$post[postcount] == 1">
$spacer_open
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt2" width="17%" nowrap>
$vbphrase[google_ads_hint]
</td>
<td class="alt2" width="83%">
<center>
YOUR AD HERE
</center>
</td></tr></table>
</div>
$spacer_close
</if>
This should be a pretty easy fix shouldn;t it?