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


Related Post:

  • HOW TO EDIT POSTS IN THE “NEW BLOGGER INTERFACE”.The fact that the “New blogger interface” has been around for a while now can't be disputed.After so many notifications from Google,it was finally disabled late last-month despite mixed feelings about it.Myself as a person,I didn't want to believe th… Read More
  • HOW TO REDUCE A BLOG'S PAGE-LOAD TIME.A blog's load time is one of the major things that needs to be taken into consideration as a blogger.You will agree with me that no one wants to stay long on a blog that takes so long to load.In order to reduce a blog's load time due to massive image… Read More
  • HIGHLIGHT AUTHOR COMMENTS IN BLOGGER.Many are cases whereby the visitors of a blog go through the stress of viewing each comment on a post in order to locate the author's comment.In order to save them that stress,it is very necessary to highlight your comments "as a blogger".Apart from … Read More
  • AWESOME FACEBOOK LIKE,STUMBLE,RETWEET & DIGG COUNTER WIDGET FOR BLOGS.Here's another cool Share-buttons widget for blogs. It's a 4-in-1 share widget with an awesome look and counters.Well,I must confess,this is one of the most widely-used Social-media widget in the Blogosphere.It includes the Facebook Like button,Digg … Read More
  • HOW TO MOVE BLOGGER NAVIGATION BAR DOWN.There are couple reasons you might want to keep the default blogger navigation-bar in your blog.In a post sometimes ago,I gave a quick tip on how you can remove the bar from a blog.But,if you think the bar is useful and you would like to retain it in… Read More

Tidak ada komentar:

Posting Komentar