Not sure Adsense for Search Box

Discussion in 'Placement / Reviews / Examples' started by Nokia999, Jan 9, 2006.

  1. #1
    Nokia999, Jan 9, 2006 IP
    Friend likes this.
  2. Jarodboy

    Jarodboy Prominent Member

    Messages:
    7,233
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    330
    #2
    In my opinion it's ok!
     
    Jarodboy, Jan 9, 2006 IP
  3. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Search Button has not default layout as provided by Google.
    Why is it Okay ?
    Google has rejected following sample.I collected from some other site.
     

    Attached Files:

    Nokia999, Jan 9, 2006 IP
  4. play

    play Peon

    Messages:
    73
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Nokia999, google offer for designers Google Search not just with AdSense program . I think site about what you talk its not a AdSense partner if you look at source of page you will see a diffrent code for Google search what dont have nothing to do with AdSense .
     
    play, Jan 9, 2006 IP
  5. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I don't know that particular detail but code shows pub-id and result pages show ads :)
     
    Nokia999, Jan 9, 2006 IP
  6. danzor

    danzor Peon

    Messages:
    208
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #6
    the code is the same, i doubt google would be so picky about you removing it from the table.
    also, are you talking about the way the search button is displayed? i assume it's not against the tos to use css on your pages :).
     
    danzor, Jan 9, 2006 IP
  7. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Have you checked post#3 and attached image ?
     
    Nokia999, Jan 10, 2006 IP
  8. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #8
    My basic confusion is with applying css class on search box.
    Code for that search box is
    <form method="get" action="http://www.google.com/custom" target="_top"><a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google" align="middle" border="0"></a>&nbsp;&nbsp;
    <input class="searchbox" name="q" maxlength="255" value="" type="text">
    <input name="sa" value="Search" class="searchbox" type="submit">
    <input name="client" value="pub-7261708120713424" type="hidden">
    <input name="forid" value="1" type="hidden">
    <input name="ie" value="UTF-8" type="hidden">
    <input name="oe" value="UTF-8" type="hidden">
    <input name="cof" value="GALT:#0033FF;GL:1;DIV:#88A2DD;VLC:FF3300;AH:center;BGC:FFFFFF;LBGC:88A2DD;ALC:0033FF;LC:0033FF;T:333333;GFNT:0033FF;GIMP:0033FF;LH:50;LW:700;L:http://www.onlineshop.com.au/images/topbg.gif;S:http://www.onlineshop.com.au;FORID:1;" type="hidden">
    <input name="hl" value="en" type="hidden">&nbsp;&nbsp;
    </form>
    
    Code (markup):
    Clearly applying css class "searchbox"
    <input class="searchbox" name="q" maxlength="255" value="" type="text">
     
    Nokia999, Jan 11, 2006 IP