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.
In this article:
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.
We recommend creating an Anchor Tag that is relevant to the section. Keep in mind, the URL linking to the Anchor Tag will be visible to the visitors clicking the link.
<a name="anchor_tag_here"></a>
- add #AnchorTag to the end of your URL to send your audience to your anchor link.
In the example below:
<a name="virtualclass"></a>
The URL to the Anchor is: https://help.kajabi.com/#virtualclass
<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. And that's how to link to a Section of a different Page! Please vote below and let us know if you found this article helpful. We value your feedback. Thanks for being the best part of Kajabi!