How Add Blog Search Box Code To Blogger
How to add a search box to your blogger,as default template doesn't provide any search codes or search box in your template so as readers can search of in your blog or web from your blog.There are many methods of adding search box to your blog at different places you want and different types of codes for search which you want to be done in our blog.Now provide you very simple code which you use in your blogger.
LAYOUT > Page Elements > Add a Gadget > paste the below code > SAVE
Your search box appear like this
LAYOUT > Page Elements > Add a Gadget > paste the below code > SAVE
<form id="searchThis" action="/search" style="display:inline;" method="get"><input id="searchBox" name="q" type="text"/> <input id="searchButton" value="Go" type="submit"/></form>
Your search box appear like this