Linking to specific sections of a page is a valuable tool to help your site visitors navigate your page. Learn to link to a section of a page by using anchor tags. If you are using the Premier Legacy Templates, please refer to the guide here.Documentation Index
Fetch the complete documentation index at: https://help.kajabi.com/llms.txt
Use this file to discover all available pages before exploring further.
Adding an anchor tag to a section of your page
With an anchor tag, you can link to any section of your page containing your added anchor tag. This allows you to “anchor” a section of your page to use for your hyperlink.- Click into the Text Block you want to lead to, click
<>in the Text Editor. - Then, insert the following code with your desired Anchor Tag.
- Add #AnchorTag to the end of your URL to send your audience to your anchor link.
In the example below
Note: The Anchor Tag is case sensitive.For example, if your Anchor Tag is
<a name="VirtualClass"></a> then your URL must have #VirtualClass and not #virtualclass. Notice the difference in the first letter of each word. Be sure to match your URL to your Anchor Tag including any applicable lowercase or uppercase letters.