How do I put adsense to appear like this?

Discussion in 'AdSense' started by wilyjose, Jul 21, 2010.

  1. #1
    wilyjose, Jul 21, 2010 IP
  2. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #2
    I suppose you mean the custom google search butoon? This is done through custom css. In this case (Only the go button):

    
    .button_left, .button_right {
    background:url("../img/slideshow_button.gif") no-repeat scroll 0 0 transparent;
    float:left;
    height:30px;
    width:3px;
    z-index:10;
    }
    .button_center{
    background:#D4D93E;
    width:52px;
    height:28px;
    border:solid #333;
    border-width:1px 0;
    text-align:center;
    float:left;
    //width:54px;
    //height:30px;
    }
    
    Code (markup):
     
    ssmm987, Jul 21, 2010 IP
  3. wilyjose

    wilyjose Active Member

    Messages:
    245
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    81
    #3
    @ssmm987 I mean the adsense links. Not the search button!
     
    wilyjose, Jul 21, 2010 IP
  4. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #4
    It can be me, but i don't see adsense links that fast. But also editting the adsense codes can be done through css
     
    ssmm987, Jul 21, 2010 IP
  5. psuser

    psuser Active Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #5
    psuser, Jul 21, 2010 IP
  6. wilyjose

    wilyjose Active Member

    Messages:
    245
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    81
    #6
    @psuser. Thanks.
     
    wilyjose, Jul 21, 2010 IP
  7. callmeminty

    callmeminty Active Member

    Messages:
    1,036
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    80
    #7
    IMO its a premium publisher adsense account, because only they are allowed to create ad units like those.
     
    callmeminty, Jul 21, 2010 IP
  8. piratesbi

    piratesbi Peon

    Messages:
    433
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #8
     <script type="text/javascript"><!--
      google_ad_client = "pub-8290526608142878";
      google_ad_output = "js";
      google_feedback = "on";
      google_max_num_ads = 12;
      google_skip = 0;
      google_ad_type = "text_image";
      google_ad_channel = "297+3877083250+3952684438+1227926363+9332816861+6350570107+90";
      display_url = 1;
      //-->
      </script> 
      <script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>  
     
     
     
     
      <script type="text/javascript"><!--
      google_ad_client = "pub-8290526608142878";
      google_ad_output = "js";
      google_feedback = "on";
      google_max_num_ads = 0;
      google_ad_channel = "297+3877083250+3952684438+1227926363+9332816861+6350570107+90";
      google_num_radlinks = '15';
      google_max_radlink_len = '30';
      google_num_radlinks_per_unit = '4,7,4';
      google_rl_mode = 'relevance';
      //-->
      </script> 
      <script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script> 
     
     
    Code (markup):

    Ad output is js type !! Amazing
     
    piratesbi, Jul 22, 2010 IP