Howto put google search on my web site.

D

David Lewis

I'd just like to have the normal google search on my web page to search google.
How can I do that? I've never done a web search component before.
 
B

Barry S

Here is the code that I have entered in the bottom shared
border on my site. www.StacyRacing.com.

It is the Google Safe Search. I believe you can get the
other code from the Google site.

<!-- Begin Google SafeSearch -->
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/search?safe=vss">
<IMG SRC="http://www.google.com/logos/Google_Safe.gif"
border="0" ALT="Google" width="115" height="45"
align="absmiddle"></A>
<INPUT TYPE=text name=q size=25 maxlength=255 value="">
<INPUT type=hidden name=safe value=vss>
<INPUT type=submit name=sa value="Google Search">
</td></tr></TABLE>
</FORM>
</center>
 
T

Thomas A. Rowe

You need to visit Google for that.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
F

Faith

You can go to the google site and find the small links at
the bottom of the page. It's in the info section or
another spot but you can also fix up a search engine
through google that searches your website, and another
option to search the web. Either way, you can fix the
results page including your banner at the top of the
results page for whatever they have searched for. Not
only do they have that, it also puts your website in the
google search if anyone does one. There is also some
other places where you can add your website url in many
different search engines to get the vistors. Right now
my site is down, the webhost is having major problems and
I am now looking for another place to hopefully stay
put. I have over 200 webpages that may be lost. They
have already posted that some sites are gone, and more
may be gone, they can't seem to get the new hard drives
to work without the wanting to do a scan disk so they are
still working on it.

Anyway, there is also a safe search that you can add to
your site that google has. It will keep family safe
results in doing any searches.

Good luck!
 
Top