I have just found out that I need to put this code:
Code:
<if condition="!$GLOBALS['FIRSTPOSTID'] AND THIS_SCRIPT!='newreply' AND THIS_SCRIPT!='editpost'" >
<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">
BANNER CODE HERE
</td>
</tr>
</table>
</div>
</if>
But i have no idea where to put it.... :lol: