How do I place my own wrapper image to this properly.
PHP Code:
<if condition="THIS_SCRIPT == 'showthread' AND ($post['postid'] == $GLOBALS['FIRSTPOSTID']) AND (!$show['member'] OR $bbuserinfo[usergroupid] == 2)">
<if condition="$show['spacer']">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
</if>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" $scrolltothis style="font-weight:normal">Word from our Sponsor:</td>
</tr>
<tr>
<td class="alt1" style="padding:0px">
<div class="smallfont" align="center">
<script type="text/javascript"><!--
google_ad_client = "$post[ad_client_id]";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_channel ="$post[ad_channel]";
google_color_border = "F6F6F6";
google_color_bg = "F6F6F6";
google_color_link = "000000";
google_color_url = "666666";
google_color_text = "333333";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</td>
</tr>
</table>
<if condition="$show['spacer']">
</div>
$spacer_close
</if>
</if>
This is my code image I needed to make it look clean. I tried adding but it fall to show even google ads.
PHP Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td class="table_1" width="60" height="35" nowrap="nowrap"></td> <td class="table_2" width="100%" height="35" align="center">Sponsored Affiliates<td class="table_3" width="133" height="35" align="center" nowrap="nowrap"></td></tr></table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
[U]adsence code[/U]
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td class="table_4" width="67" height="16" align="center" nowrap="nowrap"></td> <td class="table_5" width="100%" height="16" align="center"></td> <td class="table_6" width="57" height="16" align="center" nowrap="nowrap"></td></tr></table>
</table>
*EDIT
*Got it.