Do we need search box to our page? Is it necessary? Offcourse we do. With this google search box we can go any where in world wide web from our page. And more, if we have a searh box page, anyone who are visiting on our blog can searh they want in content of our web.
Means, we need a couple google search and also web page searc box.
We can put Google searh box to a different position in our blog as we want. It depend on where is the place would be good in looking it self.
If you want just a simple web page search box, we have an eazy way to put a google searh box to your blogspot, go to lay out and click add gadged on sidebar then choose Search box widget. Then save your gadged. And its done. That simple.
But sometime, that style is not the way we want. We need something better. Or we need them both.
Now try this below codes:
<form method="get" action="http://www.google.com/search">
<input type="text" name="q" size="31" maxlength="255" value=" "/>
<input type="submit" value="Google Search"/>
<input type="radio" name="site search" value=" ">
The Web
<input type="radio" name="site search" value="http://wisencare.blogspot.com" checked/> Searh This Site.
</form>
We do have another of Google search box style if its not good enouh for you. I promise you, this is better, a nice google search box. This one i recomend to you. Type this below code:
<form method="get" action="http://www.google.com/search" target="new">
<div style="border:1px solid black; padding:4px; width:20em;">
<table border="0" cellpadding="0">
<tr>
<td>
<input type="text" name="mj" size="25" maxlength="250" value=" "/>
<input type="submit" value="Google Search"/>
</td>
</tr>
<tr>
<td align="center" style="font-size:75%">
<input type="checkbox" name="sitesearch" value="http://wisencare.blogspot.com" checked/> Only Search This Blog.<br/>
</td>
</tr>
</table>
</form>
You have to go to sign in, click layout, click add gaddet, and choose javascrip. Then type all that codes. I think you know better what i mean, do you?
Thats it. Now You have a new google searh box.