I added your code for Adsense after the first post then went to work playing with it.
Here is an example:
Foto Fanatix
Now, I like the way it looks, but did try to remove the 'boxes' around the three ads. Not successfully after about 90 minutes of trying...
Here is my code:
Code:
<!-- / Code Monkey's Adsense Intregration -->
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
<div style="padding:6px 0px 0px 0px;margin-top:3px;">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="" width="100%" align="center">
<tr>
<th class="thead" height="40px" align="left">Sponsored Links</th>
</tr>
<tr>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="" width="100%" align="center">
<td width="33%" align="center" valign="middle" class="alt1" >
<script type="text/javascript"><!--
google_ad_client = "pub-4635489561087125";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "1d1d1d";
google_color_bg = "1d1d1d";
google_color_link = "D5D5D5";
google_color_text = "D5D5D5";
google_color_url = "D5D5D5";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
<td width="34%" align="center" valign="middle" class="alt1" border="0">
<script type="text/javascript"><!--
google_ad_client = "pub-4635489561087125";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "1d1d1d";
google_color_bg = "1d1d1d";
google_color_link = "D5D5D5";
google_color_text = "D5D5D5";
google_color_url = "D5D5D5";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
<td width="33%" align="center" valign="middle" class="alt1" border="0">
<script type="text/javascript"><!--
google_ad_client = "pub-4635489561087125";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "1d1d1d";
google_color_bg = "1d1d1d";
google_color_link = "D5D5D5";
google_color_text = "D5D5D5";
google_color_url = "D5D5D5";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</table>
</tr>
</table>
</div>
</if>
Now before you laugh, remember I have ZERO coding experience, please!!
So, how do I get rid of the boxes??
I tried border="" and border="0" and some other things that certainly didn't work!!