Give a try:
Add a search engine in the sidebar of your blogs. This searches all the posts on your blog, and displays them by latest posts first. In the search bar you will find the text "Search this Site", this can easily be personalized as you desire. Such as "Search my Site", "Search", "Type and Hit Enter", “USE to Search”, “USEME to search best Widget”, etc. Just simply replace the code. You can also change the text "Go" on the button to something like "Search", "Find", etc.
Copy / Pase below code where ever you require on your blog...
Add a search engine in the sidebar of your blogs. This searches all the posts on your blog, and displays them by latest posts first. In the search bar you will find the text "Search this Site", this can easily be personalized as you desire. Such as "Search my Site", "Search", "Type and Hit Enter", “USE to Search”, “USEME to search best Widget”, etc. Just simply replace the code. You can also change the text "Go" on the button to something like "Search", "Find", etc.
Copy / Pase below code where ever you require on your blog...
<form id="searchThis" action="/search" style="display: inline;" method="get"><input onfocus="if(this.value==this.defaultValue)this.value='';" value="Search this Site" type="text" id="searchBox" onblur="if(this.value=='')this.value=this.defaultValue;" style="width: 150px;color:#636363;" vinput="" name="q"> <input id="searchButton" value="Go" type="submit"></form>Happy & accurate searching!