Add a Simple Search Box Widget to Blogger Blog
Wednesday, 8 August 2012 -
blogger widgets
No comments
Hi Friends! Add a Simple Search box to Blogger Blog. most of custom templates has comes with no search box, here is the simple Search box for you. just add it with a single click and enjoy!
Demo:-
How to Install Search Box Widget?
Click The Bellow Button to add the widget directly to your blog(OR)
Use the Below Code and Add the Widget as 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>
I will add some Cool Search boxes with Different Color Schemes, SO Keep Updated… Subscribe to Our Free Mail Updates!
0 comments:
Post a Comment