How to Add a Search Engine to Blogger Powered Blogs

1. Login to Blogger Dashboard
2. Go to Design --> Page Elements
3. Click "Add a Gadget" then chose "HTML/Java Script".
4. Put the following code (given below) into "Content Area".

<form action="http://YOURBLOG.blogspot.com/search" method="get"> <input class="textinput" name="q" size="30" type="text"/> <input value="search" class="buttonsubmit" name="submit" type="submit"/></form>

5. Now click Save and your done.

Change YOURBLOG with your blog's name. The number "30" is width of your search engine, you can change it for appropriate to your layout.

0 comments:

Post a Comment