• Create an Anchor in an HTML file
  • Create an Anchor in an HTML file
  • "d361f8a3-239d-4284-b94d-f0d2e6e9a953
  • An anchor is a placeholder in your content that allows you to link to a specific point in your document. Anchors are useful when you have content with a lot of text. Typically, a link takes you to the top of the linked page but when the user clicks on the link to an anchor, they are taken to the specific point where the anchor is set.
  • You can link to an anchor by Anchor name in a web page or in the HTML file in a package. See
  • Create an Anchor
  • In an HTML file, you can also link to an anchor By Element Id. T
  • his is an anchor you create by editing the element id (for example, ElementById("myHeader")) attribute in the documents source HTML. These anchors can be placed by selecting the Element Id in the By Element Id list on the Link Info tab.
  • To create an anchor by element Id:
  • Open an HTML file in a package where you want to place the anchor.
  • From the Web Page Editor - Package toolbar, click
  • Show Source
  • Type the Element Id where you want to place the anchor in the document HTML.
  • Click
  • Save