Link to Fishing Base
If you run a fishing website, your visitors will probably appreciate links to other fishing websites. Create a link to Fishing Base and supply your visitors with a valuable resource.
Text links
For a plain and simple link to Fishing Base you can use the following html code:
<a href="http://www.fishingbase.com">Fishing Base</a>
Fishing Base
Your visitors might like a better description of your links:
<a href="http://www.fishingbase.com">Fishing Base</a> -
A fishing website
directory where you can search and subscribe to any category.
Fishing Base - A fishing website
directory where you can search and subscribe to any category.
Advanced text links
If your website is registered in Fishing Base, the following text link
(with a graphical appearance) can be used. Feel free to change the link destination
to your website's page on Fishing Base (http://www.fishingbase.com/website/number)
FB
Approved
<a class="fbbutton" href="http://www.fishingbase.com"
title="This website is approved by Fishing Base">
<span class="prefix">FB</span>
<span class="main">Approved</span></a>
To get the right looks you need to add the following css code to your stylesheet
and modify it to match the look and feel of your website:
.fbbutton{
font-family: Verdana, Arial, Sans-serif;
}
a.fbbutton{
display: block;
width: 9em;
text-align: left;
text-transform: uppercase;
border-style: solid;
border-width: 0.1em;
background-color: #FFFFFF;
padding: 0.2em;
line-height: 1.2;
}
a.fbbutton:link, a.fbbutton:visited, a.fbbutton:active{
text-decoration: none;
color: #333333;
border-color: #696969;
}
a.fbbutton:hover{
text-decoration: none;
color: #000000;
border-color: #000000;
background-color: #D7E7F7;
}
a.fbbutton span{
padding: 0em 0.2em;
margin: 0em 0.2em 0em 0em;
}
a.fbbutton span.main{
color: #000000;
}
a.fbbutton:hover span.main{
color: #000000;
}
a.fbbutton span.prefix{
background-color: #FF6600;
color: #FFFFFF;
padding: 0em 0.5em;
}
a.fbbutton:hover span.prefix{
background-color: #FF7800;
color: #FFFFFF;
}
If you are unfamiliar with CSS you can use a similar looking image for your link.
Graphical links
A button graphical button like the advanced text link above:
<a href="http://www.fishingbase.com"><img alt="FB Approved" title="This website is approved by Fishing Base"
src="/path_to_images/fb_approved.png" width="113" height="19" /></a>
Or perhaps a smaller button:
<a href="http://www.fishingbase.com"><img alt="FB Approved" title="This website is approved by Fishing Base"
src="/path_to_images/fb_approved.png" width="113" height="19" /></a>