How to Create an Intra-page Link Target (Anchor)

  1. Add a “</> Code” block and move it to the position on the page where you want the link to go. It can overlay an existing text block to go to a particular location within the text.

  2. Edit the Code block and delete “<p>Hello, World!</p>”

  3. Suppose you want to link to a place on the page that lists soloists, type
    <div id="soloists"></div id>

  4. Click somewhere outside the code block to stop editing.

  5. Save and exit the page.

Suppose that you created this link on a page whose URL stub is /information .

To create a hypertext link that goes to this target, use the the following for the address:

/information#soloists

What you would type in the address field of a web browser (or a hypertext link in an email) to reach this target is:

https://spectrumsingers.org/information#soloists

That’s it!