Hey guys have you heard about adsense backgrounds because I came across this on the net . Can anyone add some light on it
I have not seen any way to get background images in google-adsense by following their procedures. So unless I overlooked something, it's illegal for most publishers as we are not allowed to change the adsense code.
Any more information on this? Interested to know more about this, does it require illegal editing of the code or what?
As long as you don't draw unnatural attention to the Ads, and alter the codes, you are safe. It's actually pretty simple to do: 1. upload an image (image.jpg) 2.At your CSS stylesheet, insert this code: ***** image { width: 200px; height:210px; background: #fff url(image.jpg) top no-repeat; } .aditem_image { padding: 28px 0px 0px 45px; } ***** of course the colour #fff for background , padding size, image width and height here are just suggestions. these factors depend on your graphic size and color. 3. at where you wanna put your ads, insert this code: **** <div class="image"> <div class="aditem_image"> [ Insert Google Adsense code here ] </div> </div> ***** Voila! if you are interested to get some images for Adsense Background, please refer to my sig file.