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="fb" 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:
a.button{
display: block;
display: inline-block;
text-align: left;
text-transform: uppercase;
border-style: solid;
border-width: 0.1em;
padding: 1px;
font-size: 0.8em;
}
a.button:link, a.button:visited, a.button:active{
text-decoration: none;
}
a.button:hover{
text-decoration: none;
}
a.button span{
padding: 0em 0.2em;
margin: 0em 0.2em 0em 0em;
}
a.button:link, a.button:visited, a.button:active{
color: #000000 !important;
}
a.button{
background-color: #FFFFFF;
border-color: #666666;
color: #000000;
}
a.button span.prefix{
background-color: #FF5500;
color: #FFFFFF;
}
a.button:hover span.prefix{
background-color: #FF2200;
}
a.button.fb span.prefix{
background-color: #2175D9;
}
a.button.fb:hover span.prefix{
background-color: #0024FF;
}
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>