How do I create a link from my Facebook fan page to my website?

I have my facebook "Funtreks" fan page working. Now I would like to add a link to my web page www.funtreks.com. Can someone tell me how to do this. I have found the information box for website and I have my website in the box, but I have seen facebook pages with a direct link to their web page.

Thanks

Making an image a link:

<p><a href="URL path to external link" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="Path to image" alt="Text Description"></a></p>

If site does not host images, then you MUST host your image online at any good image hosting site. The URL MUST be the DIRECT link to the image alone and not to the page the image is on.

Text Link only:

<p><a href="URL path to external link" title="Mouseover Description">Link Text Description</a></p>

You can change the "p" tags to div tags and style as needed.

Practice Your Link Code Online: http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_imglink

Ron

This entry was posted in fan website. Bookmark the permalink.

One Response to How do I create a link from my Facebook fan page to my website?

  1. ✞☠ Mr. Roach ☠✞ says:

    Making an image a link:

    <p><a href="URL path to external link" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="Path to image" alt="Text Description"></a></p>

    If site does not host images, then you MUST host your image online at any good image hosting site. The URL MUST be the DIRECT link to the image alone and not to the page the image is on.

    Text Link only:

    <p><a href="URL path to external link" title="Mouseover Description">Link Text Description</a></p>

    You can change the "p" tags to div tags and style as needed.

    Practice Your Link Code Online: http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_imglink

    Ron
    References :