Can I create a link to another point within a page?

To create links that point to another location on the same page:

  1. Use the HTML Attributes tool to give the target an ID (example: myDestination)
  2. Create a link with the text you want (you will use Canvas to create the original link so initially this can point anywhere)
  3. Use the HTML Attributes tool to change the href attribute for the link to point to that ID with a # symbol in front of it (example: #myDestination).
myDestination