Can You Remove "Google Custom Search" From Search Box?
When you install the Google Custom Search Engine on your pages, on many browsers, you will notice that inside the search box is read in a light font, "Google Custom Search." Here is a screen shot of our implementation on this site.

A Google Groups thread asks how can you remove the default text from the search box.
To be clear, this is against the terms of service as mentioned by a Google Coop Engineer.
2.3 Attribution. The Search Box shall conspicuously display a graphic (available at http://www.google.com/coop/images/searchbox.gif ) that indicates that the Service is provided by Google. The graphic shall link to the Google site located at http://www.google.com or such other address as Google may designate from time to time during the Term.
But if you want to take a chance and remove the attribution then according to the Google Groups you can add the value=" ", so the code looks like:
<input name="q" type="text" size="40" value=" " />
There are mentions that the AJAX implementation by default does not show the "Google Custom Search" text. If that is the case, then go with that method and you won't be violating Google's terms of service.
Forum discussion at Google Groups.
Like The Story? Vote For It On Yahoo Buzz! Or On Sphinn!
rustybrick in Other Google Topics at February 23, 2007 1:37 PM
Comments (10)

Comments
Why would anyone want to remove that text from the search box? It makes no sense. It's not like you can't tell from the results that they are being driven by Google.
Posted by Michael Martinez at February 23, 2007 15:43