I have read though as much as i can on this thread, found a solution but i am confusing myself over it.
I have multiple styles and want to use adsense with this mod, i have made a adsense banner with a style to match one of mine, but the code it gave me had no way of changing any colours for the replace variables solution given.
I have used auto insertion and am confusing myself on how ot use this across multiple styles,
Code:
<script type="text/javascript"><!--
google_ad_client = "pub-******";
//banner728x90,
google_ad_slot = "0263113716";
google_ad_width = 728;
google_ad_height = 90;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
That is my adsense code, is there a way i can make multiple adsense banners and insert the code seperatly for each style? i tried the replace variables ot change google_ad_slot = "0263113716" to the code for a second banner with a differant style, but all i got was page not displayed in the banner area.
Any help would be great.