RSS
Write some words about you and your blog here

How to add a searchbox to Blogger

I found this on Tips for New Bloggers
Put this code in a HTML/JavaScript widget:

<p align="left">
<form id="searchthis" action="http://your_blog_url/search" style="display:inline;" method="get">
<strong>The_Searchbox_Title<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>
</form></p>


Replace your_blog_url with the url of your blog
(eg: "http://cnvproductions.blogspot.com/search")
Replace The_Searchbox_Title with something

0 comments:

Post a Comment