![]() |
| Search Box |
In this post i will show you how to add a Search Box Widget to blogger using HTML Script. Search box will enable your users to use your blog with ease. Using search box users can find the page with the keywords they want with ease.
How to add a Search Box Widget To Blogger?
# Step 1 :
Sign In to your blogger.
# Step 2 :
Select "Layout ", Click on Page Elements --> Add Gadget
# Step 3 :
In Add Gadget you have to select "HTML/JavaScript"
# Step 4 :
Copy and Paste the below code to the "HTML/JavaScript"
<div class="searchform">
<form method="get" id="searchform" action="/search">
<table width="100%">
<tr>
<td><input type="text" style="width:98%;padding:2px;" value="Search this blog..." onfocus="if (this.value == "Search this blog...") {this.value = ""}" onblur="if (this.value == "") {this.value = "Search this blog...";}" name="q" id="sbox" class="sbox"></td>
<td width="75px"><input type="button" Value="Search" id="sbutton" class="sbutton" alt=""></td>
</tr>
</table>
</form>
</div>
Hope this tutorial will help you to customize your blog more convenient to users, which supports us well. If You have any doubts please feel free to comment below, it is very nice to help you guys...

No comments:
Post a Comment