[pmwiki-users] adsense colors

Matt Strauser syntereo at gmail.com
Thu Jul 26 23:20:47 CDT 2007


Has anyone had trouble setting the colors of adsense ads? I have tried
adjusting the colors but the colors seem to stay the same

Using the recipe at:
http://www.pmwiki.org/wiki/Cookbook/GoogleAdsense

And a markup like this in the config.php file

//Google 468 Blue Banner
Markup('Banner01', 'block',
        '/\\(:Banner01:\\)/',
        Keep("<script type='text/javascript'><!--
google_ad_client = 'pub-#####';
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = '468x60_as';
google_ad_type = 'text_image';
//2007-07-26: domain-name
google_ad_channel = '######';
google_color_border = 'FFFFFF';
google_color_bg = 'EBEBEB';
google_color_link = 'FFFFFF';
google_color_text = 'AECCEB';
google_color_url = 'AECCEB';
//-->
</script>
<script type='text/javascript'
  src='http://pagead2.googlesyndication.com/pagead/show_ads.js'>
</script>"));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20070726/39693004/attachment.html 


More information about the pmwiki-users mailing list