Linking to

Google

If you would like to allow Google searches from your web page, we welcome you to use the code snippet below for that purpose.

You can make any reasonable modification to the snippet, such as taking out the centering code, making the text box wider or narrower, or changing the background color (note, however, that the background for the Google logo is white, not transparent).

Here is the code:

<!-- Search Google! -->
<center>
<FORM method=GET action=http://www.google.com/search>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/google40.jpg" border="0" ALT="Google!" align="middle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=sa VALUE="Google Search">
</TABLE>
</FORM>
</center>
<!-- Search Google! -->
and here is what it looks like:
Google!
If you prefer, instead of using the above search box, you can place a link to Google on your web page. We have a lovely assortment of pictures that you can use for this purpose; however, you may feel free to use the picture of your choice.

Copyright ©1999 Google Inc.