Friday 18 November 2011

A search box widget for blogger

Now it is possible to add and customize search box on your blogger 
you can add search box on your blog by two way,
by clicking the bellow button install automatically or manually.


add manually Search Box on your blog just follow the bellow instructions.
  1. Go to Template>Layout in your Blogger Dashboard.
  2. Then Go to Page Elements Template
  3. Add a new HTML/Javascript Widget in your sidebar.
  4. Insert the following code into the widget:



 <p align="center">
     <form id="searchthis" action="/search" style="display: inline;" method="get">
     <input id="search-box" name="q" size="25" type="text" />
     <input id="search-btn" value="Search"
            type="submit" />
     </form>
 </p>


Give your widget a title if you like (eg: "Search this Blog"), and click save. You should now have a fully functional search box in your blog's sidebar!.

No comments:

Post a Comment