Skip to main content
Sarah Endres 님이 Salesforce.org Experience Cloud에 질문했습니다

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개
  1. 2023년 11월 30일 오후 11:24

    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