You can
Before you do anything to your template, please back up your template.
Login to your blogger, go to Layout -> Edit HTML -> Download Full Template
After you backup your template, let's add the search box in your blog.
Under Template go to Page Elements tab, click “Add a Page Element” at the place where you want your search box to appear. Select “HTML/JavaScript”.
And copy the code below and paste to your new page element.
<p align="left">
<form id="searchthis" action="YOUR BLOG URL/search" style="display:inline;" method="get">
<strong>NAME OF YOUR BLOG<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Hit" type="submit"/>
</form></p>
Remember to the values in red.
You can also change the “Hit” button to say, “Search” or “Go”, or change the size by changing the Value in blue.
Example:
Whereas a width size="30" and value="Hit" will give you this :
Good luck.
See Also :
6.11.2008
Browse > Home /
Blogger Tweak
/ Add Search Box In Blogger
Add Search Box In Blogger
Subscribe to:
Post Comments (Atom)
Comments
1 comments to "Add Search Box In Blogger"
October 27, 2008 at 2:34 AM
The best and easiest and simplest search box I've come across.
Post a Comment