Mmm.. I'm trying to get this to work based on which post they are on. i.e;
Code:
<if condition="$show['postcount'] == 2 OR $show['postcount']== 5">
$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">
ADSENSE CODE HERE
</td>
</tr>
</table>
</div>
$spacer_close
</if>
..but it shows up on ALL of them. Any ideas?
TIA