Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #713881

    I’ve got a WordPress page with multiple Text Block elements – I would like to add some anchor links to each text block so I can direct users to particular text blocks that answer their question.

    I’ve never tried this before and can’t see any native way to specify a link to an individual text block – is there a way to do this?

    thanks

    #713904

    Hey databuzz,

    You will need to add markup and assign an ID to it, for instance:

    <div id="my-id">
      Content
    </div>

    Your anchor in this case would be my-id.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.