Has anyone had trouble setting the colors of adsense ads? I have tried adjusting the colors but the colors seem to stay the same<br><br>Using the recipe at:<br><a href="http://www.pmwiki.org/wiki/Cookbook/GoogleAdsense">http://www.pmwiki.org/wiki/Cookbook/GoogleAdsense
</a><br><br>And a markup like this in the config.php file<br><br>//Google 468 Blue Banner<br>Markup('Banner01', 'block',<br> '/\\(:Banner01:\\)/',<br> Keep("<script type='text/javascript'><!--
<br>google_ad_client = 'pub-#####';<br>google_ad_width = 468;<br>google_ad_height = 60;<br>google_ad_format = '468x60_as';<br>google_ad_type = 'text_image';<br>//2007-07-26: domain-name<br>google_ad_channel = '######';
<br>google_color_border = 'FFFFFF';<br>google_color_bg = 'EBEBEB';<br>google_color_link = 'FFFFFF';<br>google_color_text = 'AECCEB';<br>google_color_url = 'AECCEB';<br>//--><br></script>
<br><script type='text/javascript'<br> src='<a href="http://pagead2.googlesyndication.com/pagead/show_ads.js'">http://pagead2.googlesyndication.com/pagead/show_ads.js'</a>><br></script>"));
<br><br><br>