i was just wondering, i would probably never use it personally but certain parts of adsense are to set colours and sizes etc: google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_color_border = "8888FF"; google_color_bg = "CCCCFF"; google_color_link = "000066"; google_color_url = "222222"; google_color_text = "222222"; i was wondering can these be put in css? so in theory you would be left with: <script type="text/javascript"><!-- google_ad_client = "pub-xxxxxxxxxxxxxxxx"; google_ad_channel ="xxxxxxxxxx"; google_alternate_ad_url = ""; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> that way if you change your layout the its easier to change the colour rather than put your code in every page again
You better place the code in a advertisement.php and include that in all your pages, then you just have to change the advertisement.php and it is changed on all your pages!