Hello Jennifer,
I am only guessing what it is that you are trying to achieve but as far as the anchor links go, you have two simple options:
-
use classic html markup: <a href="http://linking-url.com" title="Your page name">Your page title</a>
-
or use html markup with Squiz’s ref: <a href="./?a=ASSET-NR(e.g: 99999)" title="Your page name">Your page title</a>
You can copy and paste the html lines above in to any page(s) you wish, and that will enable a hyperlink for you. One thing worth noting is that asset you are point to must have an active web path (url).
You can also, create a redirect page, nest other pages with active links and of course, the link asset its self is available to your disposal as well. If you decide to use asset link then once you done filling in the details, you have to add it to the page container of your choice.