1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Adsense Backgrounds

Discussion in 'AdSense' started by jaimatarani, Nov 21, 2006.

  1. #1
    Hey guys have you heard about adsense backgrounds because I came across this on the net .

    Can anyone add some light on it
     
    jaimatarani, Nov 21, 2006 IP
  2. vipvanlines

    vipvanlines Peon

    Messages:
    171
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    well try to look up at google.com ;)
     
    vipvanlines, Nov 21, 2006 IP
  3. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #3
    hmm yes you can put background image on adsense ... :D
     
    Mong, Nov 21, 2006 IP
  4. skandalouz

    skandalouz Guest

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you can, but i believe its against their TOS
     
    skandalouz, Nov 21, 2006 IP
  5. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #5
    I think NO :rolleyes:

    Any term in TOS of adsense? .. plz provide. :)
     
    Mong, Nov 21, 2006 IP
  6. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #6
    you can put images to into your templates . modifying the adsense code is a reason for ban
     
    trichnosis, Nov 21, 2006 IP
  7. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #7
    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.
     
    kh7, Nov 21, 2006 IP
  8. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #8
    changing code is violation. but you can place background image as trichnosis mentioned.
     
    Mong, Nov 21, 2006 IP
  9. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #9
    ? How? I just looked at my adsense options and it only mentions color-palettes.
     
    kh7, Nov 21, 2006 IP
  10. Cutting Edge

    Cutting Edge Guest

    Messages:
    270
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Any more information on this? Interested to know more about this, does it require illegal editing of the code or what?
     
    Cutting Edge, Nov 21, 2006 IP
  11. cylai

    cylai Peon

    Messages:
    549
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #11
    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.
     
    cylai, Nov 25, 2006 IP