Quote:
Originally Posted by webgroup
thanks.
should I add that code or replace the spacer_closed and space_open with the code?
|
Here's what I use:
HTML Code:
<if condition="$GLOBALS['adsense_position'] == $post['postcount'] && $GLOBALS['adsense_position'] > 0">
<div style="padding:6px 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">
<!-- ad code goes here -->
</td>
</tr>
</table>
</div>
</if>