Bookmarks on pages
Written by
Updated at March 13, 2024
Alert
Dynamic blocks work in dynamic tables and on pages created in the old editor.
To go to the specified area on the current or any other page, use an anchor:
-
Open the page in edit mode and add a label to the text using the
anchor
block. -
When generating a link to the specified part of the page, insert an anchor link.
Clicking the link will redirect the user to the part of the page where the label is placed.
Note
You cannot use anchors to navigate to rows in a dynamic table.
Adding an anchor block
{{anchor href="anchor_name"}}
or
{{a href="anchor_name"}}
Block parameters
Parameter | Description |
---|---|
href |
This is a required parameter. Contains the anchor name. Do not use spaces in the anchor name. |
title |
Contains the anchor heading. |
text |
Contains the anchor text. Shown on the page. |
Inserting an anchor link
Add the #
character to the right of the page URL and place the anchor name after it:
/users/userName/pageName/#<anchor_name>
To add a link to an anchor on the same page, you do not need to specify the full URL:
#<anchor_name>