| Links and Link information |
| If we are to grow together and reach as many individuals who are looking for a vacation home as possible we appreciate if you link to www.cabinfox.com, we have written this brief guide so that it will be as easy as possible for you to ad our link to our website. |
| |
| Text Links |
One example of a text link is cabinfox.com the html code for this example is: <a href="http://www.cabinfox.com" target="_blank">cabinfox.com</a> If you want it to say for example cabin agency, you would only change the cabinfox.com part of the code, example: <a href="http://www.cabinfox.com" target="_blank">cabin agency</a> The result will then be cabin agency instead.
You can change the text in the link as long as it got something to do with cabins or cabin agency, some examples are: cabinfox.com, cabin agency, cottage agency, cottages, and so on. |
| |
| Image Links |
If you would like to use an image as a link, that would work just as well, pleas let us know if you would like some other background color and we will arrange it for you. These are the images that you can choose from: |
| |
 |
| html code: |
<a href="http://www.cabinfox.com" target="_blank">
<img src="http://www.cabinfox.com/public/link_logos/logo.gif" border="0" alt="cabins.se" />
</a>
|
|