I own: http://www.newswind.info/ and wonder if I can blend that background color a bit more on those ads by accessing them in my AdSense account? Or do I need to create a new code completely?
Create a new code in Adsense. If you have Photoshop use the color picker to find the number of your background color. Actually don't bother I just did it for you. Try #a0c9e5 as the background and border.
You don't need new code. You just log into Adsense and go to manage ads and you can automatically change the code in Adsense without copy and paste or creating new ads.
thank you AirRaid81....actually Dalem helped me out by sending along that palette code and I use it on the skyscraper on the right side of: http://www.newswind.info and I see what you mean....unfortunately, AdSense is currently down for the rest of the afternoon so cannot configure the other two 468X60's until later. But thanks alot for letting me know about this part of working on the codes....good info. I can't do anything else except to say thanks and offer you my daily web cartoon which you can add to any site by pasting in: <a href="http://danscartoons.com/"><img border="2" src="http://danscartoons.com/cotd/dailycartoon.php"> wherever you want the daily cartoon to appear. It would update automatically tonight at 2AM New York City time and does this on a continual basis, 24/7/365. None of the cartoons scheduled are vulgar. I guarantee all future cartoons scheduled are 100% family-friendly. Another alternative if you are on the WordPress platform is to offer you the same cartoon as a plugin and you can download the plugin here: http://wordpress.org/extend/plugins/wp-cartoon/ and see the same cartoon that appears at the very bottom of my www.newswind.info site. I appreciated your assistance on this!
The following Javascript code will help you change the background-color of your web-page automatically and at a time-interval (in milli-seconds) as specified in the code. <head> <script type="text/javascript" language="javascript"> /* Method To Generate Random Numbers Between "0-255" for RGB Color-code Format & Assign To Body-Backgrond-Style */ function bgDisco() { var x =Math.round(255*Math.random()); var num1 =getHex(x); var y =Math.round(255*Math.random()); var num2 =getHex(y); var z =Math.round(255*Math.random()); var num3 =getHex(z); document.body.style.background="#"+num1+num2+num3; setTimeout("bgDisco()",1000); } /* Method To Convert Decimal To Hexadecimal */ function getHex(dec) {
If you want to change the background of the ads than go to manage ads in adsense, find the right ad unit which you place on that site and edit it. change the color which you want and save it. after 10 to 15 minutes see your site and the color will be changed