<h2 id="your-id">
).https://yourdomain.com/page#your-id
, and use custom CSS if needed for scroll offset.To create deep links or anchor links to specific sections inside a Webflow Rich Text Field (RTF), you’ll need to manually add IDs to elements within the content. This isn’t supported natively via the CMS editor UI, but there’s a reliable workaround.
<h2 id="pricing">Pricing</h2>
).Note: Webflow strips out certain tags and attributes unless they’re wrapped in the Embed block—don’t type <h2>
directly into the RTF text content.
https://www.yoursite.com/post-name#pricing
.Example:
#pricing { scroll-margin-top: 100px;}
To deep-link to content inside a Rich Text Field in Webflow, use an Embed block with a header element and custom ID. Then, create anchor links to #your-id
from within your site or externally.