How to make in-page links

In page links are comprised of two components, the link, and the target.

Create the link

1 - Create the link by highlighting the text you and clicking on the link button:

2 - Click the gear icon and edit the link. Type in the website URL “https://neurovascularcentre.ca/” and then add the URL slug for the page in question. Here we are using “example-inpage-links”

3 - Add the unique target to the link. Here we are using “#unique-id”

4 - In our example the entire link looks like this:


5 - Click Save, then click Apply.

Create the target

1 - Go to the location that you want the link to target

2 - Create a Code Block

3 - In the code block, make the anchor by typing in <a id=”unique-id”></a>