Anchors in the insert/Edit link button in TinyMCE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2013 08:33 AM
I have opened the anchor button on the HTML editor in TinyMCE to set an anchor point. However I do not have the option in the insert/edit link to use name the anchor so that a user can click on a word to jump to that point in the article. Does anyone know how to get the anchor to display in the insert/edit URL button when you click.
- Labels:
-
Knowledge Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2014 10:40 AM
Hi Jerry,
If I understand correctly, you want to create an anchor on a knowledge article.
You'll have to go into the source code, find the location where you want the anchor to be and enter:
<a name="anchor_name"></a>
The link to the anchor would be:
<a href="#anchor">Link to anchor</a>
Not sure if this what you were looking for-
Matthew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2015 11:11 AM
Anchors are supported in TinyMCE, but the plugin seems to be disabled by default. Ask your admin to enable it.
http://web.unc.edu/support/what-anchors-are-and-how-to-use-them-tinymce/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2015 11:30 AM
add this code using HTML editor
<a name="AnchorName "></a>
then in URL use
/kb_view.do?sysparm_article=KB0010009#AnchorName
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 04:34 AM
Anchors can be enabled and used as described in this thread: Best Practices for Anchor Points?
But I understand you are asking about having all Anchors defined on the page listed as choice list in the Insert/Edit link window so that you can just select it and not remember it and type it again. I am not aware about a way how to make it working in ServiceNow for now.