Different Page Anchors

F or this example all we did was to embed the link anchor somewhere on this page in a different color on its actualy embedded location so you can see how this works.

O n the other page we have discussed and shown you how to make page anchors within the same page and different pages. This page is the example of where the remote page will open by the insertion of the link anchor tag. Now we will show you how to link to another page within your site in a certain section of the linked to page.

1)    Name the section on the second page you wish to click to from the first page. We named the section "remote. You can name it anything you want.
2)    Now you will add the below tag in the section on the other page you want to link to.

<a name="remote"></a>

3)    Now create a link to the linking page and the name of the linking area on the other page.

<a href="Your Linking Page Address#remote">Link Name</a>

As you can notice, all we did was put the URL of the linking page with the ending of #remote. Once you activated (clicked) the link, it opened the new page in the location we embedded the anchor.

Go Back To Same Page Link Anchors ]

I f you would like to view the source code and see how we embedded the different page link anchor, look for the following designation on the location of the tag.

<!----- Start Embedded Code For Different Page Anchor ----->

<A NAME="remote"></A>

<!----- Start Embedded Code For Different Page Anchor ----->

W e have embedded the link anchor tag <A NAME="remote"></A> just below our copyright to designate where we wanted this page to open upon activation.

Copyright © Consigliere Ltd., All Rights Reserved. 2001-