Quote:
Originally Posted by Greek76 Can I ask you a question where in postbit do you add it on the top or bottom? It does not say on the Vb all the author says is copy and paste thats it. Also is their way so that everyone including registered and guests to view the adds? Or does that involve other code....:6:
Brandon how did you add you add your adsense like the way you have it? I installed that mod and it worked great just had to re edit a couple of things but works good. I like the way you have yours placed... |
add it to the end of your postbit..
actually, I'll show you what I have here
Code:
<if condition="$GLOBALS['adsense_position'] == $post['postcount'] && $GLOBALS['adsense_position'] > 0">
$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">
<script type="text/javascript"><!--
google_ad_client = "pub-9279618852838129";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="4415749877";
google_color_border = "EDEDED";
google_color_bg = "EDEDED";
google_color_link = "0066CC";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
</div>
$spacer_close
</if>
this is the code I added to the end of the postbit template