Google search box

Discussion in 'AdSense' started by Tranix, Sep 12, 2005.

  1. #1
    Does anyone know how to modify/adjust the google search box all in one line like the yahoo search box? e.g. Web Yoursite | text box | powered by google

    Thanks ;)
     
    Tranix, Sep 12, 2005 IP
  2. mattmdesign

    mattmdesign Well-Known Member

    Messages:
    1,201
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    118
    #2
    If you post the code it will be easier for someone to help. I'm sure its just removing a br or taking out a tr but have to see the code.
     
    mattmdesign, Sep 12, 2005 IP
  3. jumble

    jumble Peon

    Messages:
    142
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you are breaking the TOS if you do this but I think it is a good idea....the TOS is too strict regarding site search in my opinion.

    :)
     
    jumble, Sep 12, 2005 IP
  4. Tranix

    Tranix Peon

    Messages:
    235
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    i'll send an email to adsense support if they're allowed us to do that way or not :D hmm what about the yahoo search? is it reserved for the publisher b/c i was searching for it but none result. If someone has yahoo search code that would be great ;)

    Thanks guys,
    Tranix
     
    Tranix, Sep 12, 2005 IP
  5. toocoolforschool

    toocoolforschool Peon

    Messages:
    466
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It's easy. In this section of the code:

    <input type="radio" name="sitesearch" value="" checked="checked"></input>
    <font size="-1" color="#000000">Web</font>
    </td>
    <td>
    <input type="radio" name="sitesearch" value="YOURSITE"></input>
    <font size="-1" color="#000000">YOURSITE</font>
    Code (markup):
    Just moved the YOURSITE section up and the Web section down. You can add the "checked="checked" string to the YOURSITE if you want the default radio on your site to be checked.

    But as others said -- I'd be careful about screwing about with Google's codes. They take stuff like that seriously.
     
    toocoolforschool, Sep 12, 2005 IP
  6. Analog Point

    Analog Point Peon

    Messages:
    36
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    toocoolforschool thanks for that code i can use it thankss
     
    Analog Point, Sep 12, 2005 IP