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
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.
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.
i'll send an email to adsense support if they're allowed us to do that way or not 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
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.