• Resolved sbg123

    (@sbg123)


    Hi, how can I add anchor links without using the headings as the link?

    I do not use normal headings in my blog posts and want to create anchor links to paragraphs instead of headings.

    But in the paragraphs block option, I do not get the anchor link option like headings do… Is there another way to create anchor links?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • JS

    (@jsylvia90)

    On the paragraph block click the three-dot dropdown and switch to the edit in HTML code. You will see your text “wrapped” in the paragraph tags. Simply add id=”youranchor” (whatever you want for the id) inside the opening p-tag. You can switch back to edit visually when you are done. Here is an example:

    Change:

    <p>this is my text</p>

    To:

    <p id=”anc1″>this is my text</p>

    The link would be something like:

    https://www.yoursite.com/yourpage/#acc1

    Hope this helps.

    Thread Starter sbg123

    (@sbg123)

    thx a lot! worked!

    JS

    (@jsylvia90)

    Great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I add anchor links without Headings?’ is closed to new replies.