http://forums.eteknix.com - got it running in the header but want it below every 1st post.
Got this code in the postbit template -
Code:
<if condition="$post[postcount] == 1">
<div style="padding: $stylevar[cellpadding]px 0px 0px 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">$cyb_flashimagebanners</td>
</tr>
</table>
</div>
</if>
But it's not showing up.
Any ideas?
Andy