Add Search to Your Site
Google offers a range of free and commercial tools to add searching to your site. Silostock uses Google's Custom Search Engine. Login with a Google account, enter a little information about your site, then copy and paste the HTML it generates into one of your templates.
How do I remove the "Google Custom Search" from the search field?
Set the value parameter in the "q" field to a blank space, and add an onclick that clears the default value when the user clicks it.
You can also replace the value=" " with custom text such as value="Search this site"
Example:
< input name="q" type="text" value=" " onclick="this.value=''" />