How to add a nice little search button to your blogger blog:
1. Click on the a Layout of your Blog in your dashboard:



<form id="searchthis" action="/search" style="display:inline;" method="get">
<input id="search-box" name="q" type="text"/>
<input id="search-btn" value="Search" type="submit"/>
</form>

0 comments:
Post a Comment