|
Linking to Tides.Info is free and easy. There are three options
that make it easy to integrate into your web site:
| Link Only |
You can just link to our web site by linking to the
URL http://www.tides.info, or using the following HTML code:
<A HREF="http://www.tides.info">Tides.Info: Tide Predictions From Around the Globe</A>
|
| |
| Tides for a specific location |
To link directly to tides for Clear Lake, Galveston Bay, Texas,
you can link to the URL
http://www.tides.info/?command=view&location=Clear%20Lake%2C%20Galveston%20Bay%2C%20Texas
or by using
the following HTML:
<A HREF="http://www.tides.info/?command=view&location=Clear%20Lake%2C%20Galveston%20Bay%2C%20Texas">
Tides.Info: Tide Predictions for Clear Lake, Galveston Bay, Texas</A>
|
| |
| Tide search form |
Additionally, you can build a tide search box directly
into your web site, using the following HTML:
Pre-filled for Clear Lake, Galveston Bay, Texas:
<TABLE BORDER="1">
<TR><TD ALIGN="CENTER">Tide Predictions from <A HREF="http://www.tides.info">
Tides.Info</A></TD></TR> <TR><TD>
<form METHOD="GET" ACTION="http://www.tides.info/">
<input TYPE="HIDDEN" NAME="command" VALUE="view">
<p>Enter the name of the location for which you would like
a tide chart: <br><b>Location:</b>
<input TYPE="text" NAME="location" SIZE="30" VALUE="Clear Lake, Galveston Bay, Texas">
<input TYPE="SUBMIT" VALUE="Show Tides"></form></TD></TR></TABLE>
Blank Search Box:
<TABLE BORDER="1">
<TR><TD ALIGN="CENTER">Tide Predictions from <A HREF="http://www.tides.info">
Tides.Info</A></TD></TR> <TR><TD>
<form METHOD="GET" ACTION="http://www.tides.info/">
<input TYPE="HIDDEN" NAME="command" VALUE="view">
<p>Enter the name of the location for which you would like
a tide chart: <br><b>Location:</b>
<input TYPE="text" NAME="location" SIZE="30">
<input TYPE="SUBMIT" VALUE="Show Tides"></form></TD></TR></TABLE>
|
Return to Tide Predictions for Clear Lake, Galveston Bay, Texas
|