Adding google search box.

If you are serching for a way that how could one can add google serch box to there blog site or web site.Here is the easier way to get it.As well you can add your own site search box in it.just some code is given here. you have to put it in your blogs template by simple way.


go to your dashboard

then go to layout

click add a page element

click add HTML/javascript

put the code as explained.
save your changes and preview it .
then you will get the search box as shown below.


only search blogingtricks





<form action="http://www.google.com/search" method="get"><div><table cellpadding="0" border="0"><tbody><tr><td><input maxlength="255" name="q">
<input type="submit" value="Search"></td></tr><tr><td align="left"><input type="checkbox" value="www.blogingtricks.blogspot.com" name="sitesearch"> only search blogingtricks
</td></tr></tbody></table></div></form>




copy above code,but replace 'www.blogingtricks.blogspot.com'with your own blog url
and replace blogname with your own blog name.


.

No comments: