Is there a way to add anchor links to specific paragraphs in a blog post on Webflow without using ID's and creating sections?

TL;DR
  • Add an Embed element in Webflow Designer and insert HTML anchor tags, like <a name="paragraph1"></a>, at the start of the paragraph.
  • Create a link in your blog post or navigation with the URL set to #paragraph1.
  • Preview and verify that the links navigate correctly to the intended paragraph, adjusting if needed.

Adding anchor links to specific paragraphs in a Webflow blog post can be done without using IDs or creating sections, but it requires a workaround.

1. Use Embedded Code Element

  • Add an Embed element in your Webflow Designer where you want the anchor.
  • Insert basic HTML anchor tags where needed. For example: <a name="paragraph1"></a> at the beginning of your paragraph.

2. Link to the Anchor

  • Create a link somewhere in your blog post or navigation.
  • Set the link URL to #paragraph1 for the respective link.

3. Verify Functionality

  • Preview your site to ensure links jump to the correct paragraphs.
  • Adjust positioning if the scroll doesn't align perfectly with the paragraph.

Summary

Although IDs and sections are traditionally used for anchor links, you can implement them through embedded HTML by placing anchor tags before your specified paragraphs. Ensure to link correctly to those names within your content.

Rate this answer

Other Webflow Questions