To manually create anchor links in Zendesk Guide articles, you need to use the Source code editor. Open the article editor and click the Source code icon. Navigate to the text you want to target and insert an anchor tag like<a name=your_anchor_name></a>
before the text. Then, create a link to this anchor by either using the Insert/edit link icon or by manually adding<a href="#your_anchor_name">Link text</a>
in the Source code editor.Learn more.
If your anchor link jumps a few lines below the expected location, it might be due to the toolbar at the top of your screen interfering. Try minimizing the toolbar and test the anchor link again. Additionally, you can include a few page breaks…
Yes, you can link to an anchor on another page in Zendesk Guide by using the full URL followed by a hashtag and the anchor name. For example,<a href="https://support.zendesk.com/entries/98542436#some_anchor_name"></a>
. Remember, using a hashtag…
In Zendesk Guide, you can create an anchor link to any heading, not just H1. Use the Anchor button and choose the Heading option to select from the headings in your article, regardless of their level. This allows you to maintain your preferred…
If you're having trouble linking to anchors within articles from outside Zendesk, it might be due to browser configuration issues. Anchor links are standard HTML elements and should work across platforms. Try using a different web browser to see if…