ADD A SIMPLE SEARCH BOX TO YOUR BLOG/WEBSITE.

 On Minggu, 08 April 2012  

Many bloggers do not like the default navigation bar of blogger,and they tend to remove it from their blog,thereby losing one peculiar thing which is the search box present in the navigation bar.

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..

If you need help editing it,you can leave a comment behind.
ADD A SIMPLE SEARCH BOX TO YOUR BLOG/WEBSITE. 4.5 5 Unknown Minggu, 08 April 2012 Many bloggers do not like the default navigation bar of blogger ,and they tend to remove it from their blog,thereby losing one peculiar thi...


Tidak ada komentar:

Posting Komentar