1) Under "Site" Menu on the left hand side of the Builder
2) Select "Pages"
3) Double Click on the page you want to add an anchor to
4) Select "Elements" tab on right side of Builder
5) Select Text Element you want to place Anchor in
/or Create Text Element by clicking "+" Button at bottom of Builder, Hover over "Content" and select "Text"
6) Click on the "Source" button above "Text" box and click on the area you want to create the Anchor
7) Add this code in that area <a name="Anchor name here"></a>
Change out "Anchor name here" to anything you want. *This name is not visible to anyone on live site*
How to Link to Anchor within Same Page:
1) Under "Site" Menu on the left hand side of the Builder
2) Select "Pages"
3) Double Click on the page your Newly Added Anchor is located
4) Select "Elements" tab on right side of Builder
5) Select Text Element you want to place Anchor link in
/or Create Text Element by clicking "+" Button at bottom of Builder, Hover over "Content" and select "Text"
6) Click on the "Source" button above "Text" box
7) Add the following code where you want link to anchor added:
<a href="Anchor name here">Link text here</a>
* Change out "Anchor name here" to the anchor name you created and change "Link text here" to the word/words you want linked to the Anchor*
8) Click "Source" to go back to regular text view
Review your link and make sure to publish after completing all changes.