We can enable our blog readers by adding a search gadget, which is provided by blogger. But of course more effective search can be added. Which will be discussed at the end of this article. Now we will learn about how to add search in the blogger.
First of all, log in and go to layout, click on "Add a Gadget" in the area where you like to add search and
gadget configuration window will be appeared. There you will see like the following picture:
You have to do nothing more, just click on Search Box link shown there, as in the picture, and next page will be open. There will be tick in all three areas, 1.Search this blog: which will be enabled to search inside the blog, 2. linked from Here : which will search all blogs, linked with your blog and 3. The web, which enables searchers to search to entire web. This search is powered by google and results depends on the listing in google. So if your site or blog is not well reputed in google, this tool may not work as you wish. So we will provide you some html codes, copy these codes and paste in the HTML/Java Script in your gadget configuration. The code is here:
------------------------------------------------------------------------------------------------------------
<div class="searchform">
<form method="get" id="searchform" action="/search">
<table width="100%">
<tr>
<td><input type="text" style="width:98%;padding:2px;" value="Type Something" onfocus="if (this.value == "Type Something") {this.value = ""}" onblur="if (this.value == "") {this.value = "Type Something";}" name="q" id="sbox" class="sbox" /></td>
<td width="75px"><input type="button" value="Click To Search" id="sbutton" class="sbutton" alt="" /></td>
</tr>
</table>
</form>
</div>
------------------------------------------------------------------------------------------------------------
Type Something and Click To Search can be changed as your wishing keywords .. and finally click on save button, your search gadget is ready. Now users can search each and every test of your blog.
First of all, log in and go to layout, click on "Add a Gadget" in the area where you like to add search and
gadget configuration window will be appeared. There you will see like the following picture:
You have to do nothing more, just click on Search Box link shown there, as in the picture, and next page will be open. There will be tick in all three areas, 1.Search this blog: which will be enabled to search inside the blog, 2. linked from Here : which will search all blogs, linked with your blog and 3. The web, which enables searchers to search to entire web. This search is powered by google and results depends on the listing in google. So if your site or blog is not well reputed in google, this tool may not work as you wish. So we will provide you some html codes, copy these codes and paste in the HTML/Java Script in your gadget configuration. The code is here:
------------------------------------------------------------------------------------------------------------
<div class="searchform">
<form method="get" id="searchform" action="/search">
<table width="100%">
<tr>
<td><input type="text" style="width:98%;padding:2px;" value="Type Something" onfocus="if (this.value == "Type Something") {this.value = ""}" onblur="if (this.value == "") {this.value = "Type Something";}" name="q" id="sbox" class="sbox" /></td>
<td width="75px"><input type="button" value="Click To Search" id="sbutton" class="sbutton" alt="" /></td>
</tr>
</table>
</form>
</div>
------------------------------------------------------------------------------------------------------------
Type Something and Click To Search can be changed as your wishing keywords .. and finally click on save button, your search gadget is ready. Now users can search each and every test of your blog.
0 Comments
Post your Comments about this Article.