I'm creating a free ebook site but i need to add a search box so that my visitors can search what they're looking for. I don't know how to creat a search box though. Please help me.
Google offers an excellent, free, custom search engine implementation: http://www.google.com/coop/cse/ James
just add this code in html <form action="http://www.google.com/search" method="get"> <div style="border:1px solid black;padding:4px;width:20em;"> <table border="0" cellpadding="0"> <tr><td> <input maxlength="255" value="" name="q" size="25" type="text"/> <br/> <input value=" Search" type="submit"/></td></tr> <tr><td style="font-size:75%" align="center"> <input checked value="hackspc.com" name="sitesearch" type="checkbox"/> only search PC Hacks <br/> </td></tr></table> </div> </form> Here value="hackspc.com" add your site name search box looks like this