is it possible?
how to add google search box to my website?
Collapse
X
-
Re: how to add google search box to my website?
Yes! You can join google ad's & put one on your site & earn some money. There is one via using BV form templates. Or your can post the code below into an html box & change the parts in red for your own use.
<form method="get" action="http://www.google.com/search">
<input type="text" name="q" size="31" maxlength="255" value="" />
<input type="submit" value="Search" /><br>
<input type="radio" name="sitesearch" value="" />The Web<input type="radio" name="sitesearch" value="www.collectors-info.com" checked />This site<br />
</form>
-
-
Re: how to add google search box to my website?
hi
as a new (and excited user) i feel the need to thank you. this thread finally helped me understand the html box. opening a world of opurtunity for me!! including things like google gadgets for websites:
thank you so much
jacobcoming soon to a screen near you
www.jacobsolomont.com
Comment
-
Comment