Print This Page

Link To Us

If you wish to link to us, please find the source code and effects of it, below.

With a What You See Is What You Get (WYSIWYG) editor, select "Source". This should be a mode with a similar effect to inserting code manually.

To produce a link which reads; Arranmore Island Fast Ferry but points to the main page, this is the code;

 

<a href="http://www.arranmorecharters.com">Arranmore Island Fast Ferry</a>

In a browser such as Internet Explorer for example, only the regular looking text should render. However this could be changed to anything else, and still point to the same page if clicked.

What looks like a web address before the text can also be changed to point towards an inner page (something with characters after the forward slash ( / ).

So if someone liked a page that the photographs are on, then that address could be copied from the address bar of that page, and pasted in place of the address above. The text could be changed to some thing like ;

Arranmore Island Photographs

to produce something like the code below;


<a href="http://www.arranmorecharters.com/Arranmore-Island/photos/">Arranmore Island Photographs</a>


The example code above should give a text link like this; Arranmore Island Photographs

Previous page: Guest Book