Saturday, March 12, 2011

How to add Simple search box to your blogger

This gadget will help to search post from your website.so visitors
 can easily find the you post by searching, try this.
1. Log in to blogger and Go to  Design >> Page Element

2.Now click Add Gadget and select the HTML/Javascript

3.Now paste below code.


<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="Search" type="submit"/>

</form></p>



4. Replace  YOUR BLOG URL with your blog URL
    Replace  NAME OF YOUR BLOG with your name of your blog

       Blogger trix


 

1 comment:

  1. i think for ID attribute your explain it can be customize...(for valid xhtml)...xixixixi

    ReplyDelete