Although blogger has introduced a search widget,it still doesn't work on some browsers.
In this post,I'll be giving out two html/javascripts to add this option anywhere on your blog/webpage.To begin.
Go to Design>>Page element and select 'Add a gadget'.
Now scroll down to where you see HTML/JAVASCRIPT and select ADD.
Paste one of the codes below,and SAVE IT.
THE FIRST SCRIPT.
<form id="searchThis" action="/search" style="display:inline;" method="get"><input id="searchBox" name="q" type="text"/> <input id="searchButton" value="Go" type="submit"/></form>NOW THE SECOND SCRIPT.
<form method="get" action="http://freebie-planet.blogspot.com/search"><div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text" name="q" size="20"
maxlength="255" value="" />
<input type="submit" value="Search" /></td></tr>
</td></tr></table>
</div>
</form>
You can choose which one to use.
Change the texts in red and also change the blog address to your own..
Tidak ada komentar:
Posting Komentar