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(&#39;Banner01&#39;, &#39;block&#39;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;/\\(:Banner01:\\)/&#39;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Keep(&quot;&lt;script type=&#39;text/javascript&#39;&gt;&lt;!--
<br>google_ad_client = &#39;pub-#####&#39;;<br>google_ad_width = 468;<br>google_ad_height = 60;<br>google_ad_format = &#39;468x60_as&#39;;<br>google_ad_type = &#39;text_image&#39;;<br>//2007-07-26: domain-name<br>google_ad_channel = &#39;######&#39;;
<br>google_color_border = &#39;FFFFFF&#39;;<br>google_color_bg = &#39;EBEBEB&#39;;<br>google_color_link = &#39;FFFFFF&#39;;<br>google_color_text = &#39;AECCEB&#39;;<br>google_color_url = &#39;AECCEB&#39;;<br>//--&gt;<br>&lt;/script&gt;
<br>&lt;script type=&#39;text/javascript&#39;<br>&nbsp; src=&#39;<a href="http://pagead2.googlesyndication.com/pagead/show_ads.js&#39;">http://pagead2.googlesyndication.com/pagead/show_ads.js&#39;</a>&gt;<br>&lt;/script&gt;&quot;));
<br><br><br>