clickponda

Tutorials, Tips, tricks, Free Template Blogger, Blogger Widget/Gadget.

Blogger Template by Blogcrowds.

Install the search box in blogger

To facilitate visitors Navbar percarian bloggers do in fact have a search box facility. but there are times when we want to add their own homemade search box, of course, the reason we can put the Search box is where we want.


Example Search Box:

<form id="searchthis" action="http://yourblog.blogspot.com/search" style="display:inline;" method="get">
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>


Do not forget to replace the red color above with your own blog name


To change the default search button with the icon:

Example with icon buttons:

<form id="searchthis" action="http://yourblog.blogspot.com/search" style="display: inline;" method="get">
<tr>
<td nowrap="nowrap" valign="top" height="16" align="left">
<input id="b-query" maxlength="255" class="textinputsearch" value="" name="q" size="22" type="text"/>
<input id="b-searchbtn" alt="Search" width="18" src="http://www.ziddu.com/download/7951018/search.gif.html" height="19" align="top" type="image"/>
</form>

Do not forget to replace the red color above with your own blog name, To change the image icon you can change the above code pink match the address where you save the picture.

0 comments:

Post a Comment

Post a Comment