
Every blog should include a search feature. If a reader has to click on every page or in every category to find what they are looking for then they may leave out of frustration. Adding a search feature will make your reader happy and it is easy to do.
Many of the Blogger templates do not include a search box. These simple instructions will show you how to add one to your blog.
To add this search box…Just follow the instruction here
1. Log into your Blogger.com account.
2. Click the Layout tab from your blog Dashboard.
3. Click Page Elements.
4. Click Add a Gadget above the section you want to put your search box in.
5. Click the plus sign next to HTML/Javascript.
6. Type Search this site (or whatever you want) in the Title box or leave it blank.
7. Copy and paste this HTML code in the text area.
<form id=”searchthis” action=”/search” style=”DISPLAY: inline” method=”get”><input id=”search-box” name=”q” size=”25″> <input id=”search-btn” value=”Search” type=”submit”></form>

7. Click Save.
8. Enjoy. U R Done.


