Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
118 lines (92 sloc)
3.77 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Created by Troy Wolf | http://www.troywolf.com --> | |
| <html> | |
| <head> | |
| <title>Fishing Trips</title> | |
| </head> | |
| <body bgcolor="#fdfdf5" marginheight="0" marginwidth="0" leftMargin="5" topMargin="0" rightMargin="0"> | |
| <table width="600" align="center" border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td width="130" align="center" valign="top"> | |
| <img src="images/1pixel.gif" width=1 height=5 border=0 alt=""><br> | |
| <a href="index.html"><img src="images/logo_small.gif" width=105 height=103 border=0 alt="Outdoor Connection"></a><br> | |
| <img src="images/1pixel.gif" width=1 height=5 border=0 alt=""><br> | |
| <a href="oc_welcome.html"><img src="images/home02.gif" width=123 height=42 border=0 alt="return to Outdoor Connection home"></a><br> | |
| <a href="oc_hunting.html"><img src="images/hunting02.gif" width=123 height=42 border=0 alt="hunting trips"></a><br> | |
| <a href="oc_fishing.html"><img src="images/fishing02.gif" width=123 height=42 border=0 alt="fishing trips"></a><br> | |
| <a href="oc_articles.html"><img src="images/articles02.gif" width=123 height=42 border=0 alt="first hand reports about our destinations"></a><br> | |
| <a href="agents.html"><img src="images/directory02.gif" width=123 height=42 border=0 alt="find an Outdoor Connection agent near you"></a><br> | |
| <a href="oc_regs.html"><img src="images/regulations02.gif" width=123 height=42 border=0 alt="government hunting & fishing regulations"></a><br> | |
| <a href="oc_contact.html"><img src="images/contact02.gif" width=123 height=42 border=0 alt="contact us"></a><br> | |
| <a href="oc_franchise.html"><img src="images/franchise02.gif" width=123 height=42 border=0 alt="you can own an Outdoor Connection franchise"></a></td> | |
| <td valign="top" align="center"> | |
| <table width="100%" align="center" border=0 cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td colspan="2" height="75" align="center"><img src="images/oc_title.gif" width=460 height=54 border=0 alt=""></td></tr> | |
| <tr> | |
| <td width="25"> </td> | |
| <td width="455" valign="top"> | |
| <table> | |
| <tr> | |
| <td height="110" width="400" colspan="3" align="center"> | |
| <img src="images/fishing.jpg" width=400 height=100 border=0 alt="Fishing with Outdoor Connection"> | |
| </td></tr> | |
| <tr> | |
| <td colspan=2> | |
| <font face="verdana,arial" color="#495f60" size=2><b> | |
| <font size=4 color="black">Outdoor Connection's<br> | |
| Line of Fishing Lodges</font><p> | |
| <font size=1>Outdoor Connection represents over 100 lodges and outfitters. Some areas where fishing is offered are listed below.</font><hr></b></font></td></tr> | |
| <tr><td valign="top"><font face="verdana,arial" color="#495f60" size=2><b> | |
| <font color="red">Northern Pike</font><br> | |
| <li>Minnesota | |
| <li>Manitoba, Canada | |
| <li>Ontario, Canada | |
| <li>Northwest Territories | |
| <li>Saskatchewan, Canada<p> | |
| <font color="red">Rainbow Trout</font><br> | |
| <li>Alaska | |
| <li>Arkansas<p> | |
| <font color="red">Lake Trout</font><br> | |
| <li>Ontario, Canada | |
| <li>Manitoba, Canada | |
| <li>Northwest Territories | |
| <li>Saskatchewan, Canada<p> | |
| <font color="red">Speckled/Brown Trout</font><br> | |
| <li>Manitoba, Canada<p> | |
| <font color="red">Arctic Grayling</font><br> | |
| <li>Saskatchewan, Canada | |
| <li>Northwest Territories, Canada | |
| <li>Manitoba, Canada<p> | |
| <font color="red">Char</font><br> | |
| <li>Northwest Territories, Canada | |
| <li>Alaska<p> | |
| <font color="red">Salmon</font> - (all species)<br> | |
| <li>Alaska<p> | |
| <font color="red">Halibut</font><br> | |
| <li>Alaska<p> | |
| </b></font></td> | |
| <td valign="top"><font face="verdana,arial" color="#495f60" size=2><b> | |
| <font color="red">Muskie</font><br> | |
| <li>Minnesota | |
| <li>Ontario, Canada | |
| <li>Wisconsin<p> | |
| <font color="red">Small Mouth Bass</font><br> | |
| <li>Ontario, Canada | |
| <li>Minnesota<p> | |
| <font color="red">Large Mouth Bass</font><br> | |
| <li>Mexico<p> | |
| <font color="red">Salt water fishing</font><br> | |
| <li>Mexico | |
| <li>Costa Rica | |
| <li>Florida | |
| <li>Cayman Islands | |
| <li>Texas<p> | |
| </b></font></td></tr> | |
| </table> | |
| </font> | |
| </td></tr> | |
| </table> | |
| </td></tr> | |
| </table> | |
| </body> | |
| </html> |