How to add Google search box to your website (working)

Google is everywhere and if they can't find something, they will tell you where to find it. In the same context, adding it in your blog will certainly help. Let us see how do we do it. Add the below code in your webpage main html to enable Google search from your site . This is a successfully tested and working code (see right pane of this page): ---------------------------------------------------------------- <form method="get" action="http://www.google.com/search"> <div style="border:1px;padding:4px;width:20em;"> <table border="0" cellpadding="0"> <tr><td> <input type="text" name="q" size="25" maxlength="255" value="" /> <br /> <input type="submit" value="Google Search" /></td></tr> <tr><td align="center" style="font-size:75%"> </td...