Skip to main content

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
  1. Nov 30, 2023, 11:24 PM

    I had the same problem and here's how I solved it:

     

    1. Add an HTML Editor component.
    2. Fill that component with an empty div with the anchor name: <div id="anchor_name"></div>
    3. Then refer to the anchor in a link on that page using "#anchor_name" (or "http://www.website.com/#anchor_name"
0/9000