Add Search Bar to your Blog
Search engines are most common requirement for a blog. Search engine allow your visitors to easily find the articles. In this way visitors will read more of your articles. So it is useful for both blog visitors and blog authors. You can read this tutorial to add a search engine to your blog.
Follow the steps given below to add a search engine to your blog :
1. Login to your blogger blog and go to Layout -> Page Elements.
2. Under Page Elements tab, click on Add a Gadget. A pop up windows will appear. Now select HTML/JavaScript and click on add button.
3. Now copy and paste the following code into HTML window.
<form id="searchThis" action="/search" style="display:inline;" method="get">
<input id="searchBox" name="q" size="20" type="text"> <input id="searchButton" value="Search" type="submit"></form>
Thats All, Click On Save
1 reponses:
I was really searching for it...
thanx...
Post a Comment