Webflow sync, pageviews & more.
NEW

Is it possible to embed a table in a CMS blog post using Webflow?

TL;DR
  • Embed a table in Webflow CMS using custom HTML inside a Rich Text field with a <table> structure.
  • Style the table with custom CSS added in Page Settings > Custom Code to enhance its appearance.
  • Alternatively, embed a table from Google Sheets or Airtable by generating an iframe embed code and inserting it via a Custom Embed block.

Yes, you can embed a table in a Webflow CMS blog post, but Webflow does not provide a built-in table element. You can achieve this using custom HTML within a Rich Text field or by using third-party embeddable tables.

1. Using Custom HTML in a Rich Text Field

  • Edit your CMS Collection and ensure you have a Rich Text field for the blog content.
  • In the Blog Post Editor, insert a Custom Embed block inside the Rich Text field.
  • Paste basic HTML for a table:
    ```
    Header 1 Header 2
    Row 1, Data 1 Row 1, Data 2
    \`\`\`
  • Save and publish your post to see the table inside the blog content.

2. Styling the Table with CSS

  • Webflow will not style the table by default. Add custom CSS inside the Page Settings > Custom Code > Inside