12/18/08

Add Search Box in your Site

Search Box Code


Process of Adding Site Search



Search Box Code


It is very much necessary to let your users search your site when your site carries a lot of pages. Use this code and make the search box. You can change the code to look it different. The code goes here:

<form id="searchThis" action="/search" style="display:inline;" method="get"><input id="searchBox" name="q" type="text"/> <input id="searchButton" value="Go" type="submit"/></form>



Process of Adding Site Search


Here is the process of adding site search in your blog:
  • Go to your Dashboard or sign in your site




  • Click Layout and then Page Elements




  • Click Add Gadget




  • Select HTML/Javascript



  • Copy this code and paste it within Page Elements


  • <form id="searchThis" action="/search" style="display:inline;" method="get"><input id="searchBox" name="q" type="text"/> <input id="searchButton" value="Go" type="submit"/></form>


    Paste the codes in shown place:



  • Then Click Save


  • It looks Like:





0 comments:

THANK YOU FOR BROWSING THIS SITE

Followers

keep connection

  © 2008 by Webmaster Rashed: ® All Rights Reserve to webmaster

Back to TOP