- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2019 06:43 AM
Hello,
I have a requirement to add Hyperlink to the Description area of a Catalog item that says Click Here. What is the best way to achieve this? Please give examples if you have.
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2019 06:55 AM
You could use an html anchor tag for this I think:
https://help.typepad.com/anchor-tags.html
ServiceNow KB-Specific:
Place your anchor in the text where you want the hyperlink to navigate to. The above doc explains it pretty well.
If you want other parts of the article to not appear, you would need a new view or ACL's more than likely. But just a link to a specific section? Anchors are the way to go.
Mark helpful or correct if you feel like it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2019 06:55 AM
You could use an html anchor tag for this I think:
https://help.typepad.com/anchor-tags.html
ServiceNow KB-Specific:
Place your anchor in the text where you want the hyperlink to navigate to. The above doc explains it pretty well.
If you want other parts of the article to not appear, you would need a new view or ACL's more than likely. But just a link to a specific section? Anchors are the way to go.
Mark helpful or correct if you feel like it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2019 07:51 AM
The Anchor works fine although I opted for the insert/edit link this time. Thanks for sharing.