Search This Blog

8.4.12

0 ADD A SIMPLE SEARCH BOX TO YOUR BLOG/WEBSITE.

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.
«PREVIOUS NEXT» ¤HOME¤

Be the first to reply!

Leave your comments behind!!

If you experienced any difficulty understanding this post,do tell us. But,please do not spam.
Your suggestions are also very valuable to us. Thanks...
The Author.

Leave your comments.

If you need reply to your comments,please do not comment as `Anonymous`
Found a Dead or Unresponsive link?, Kindly inform us using the Comment Box.

 
[GET THIS]