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<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>
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