
Has anyone had success adding anchor links into text on a Communities Cloud page? I found this article (https://help.salesforce.com/articleView?id=000171473&type=1) but it looks like this feature is no longer available. Are there any other workarounds that might work? Thanks!
4 answers
I had the same problem and here's how I solved it:
- Add an HTML Editor component.
- Fill that component with an empty div with the anchor name: <div id="anchor_name"></div>
- Then refer to the anchor in a link on that page using "#anchor_name" (or "http://www.website.com/#anchor_name"