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

TL;DR
  • Use HTML to create a table and embed it in the CMS blog post by adding a Custom Embed element within the Rich Text field.
  • Apply necessary CSS styling via the project's Custom Code settings and publish the site to ensure correct table display.

Embedding a table in a CMS blog post using Webflow can be slightly complex since Webflow's CMS doesn't natively support tables. However, you can achieve this using a workaround.

1. Use Custom Embed Code

  • Create the table in HTML using a tool like Google Docs or a table generator to get the HTML structure.
  • Copy the HTML code of the table for embedding.

2. Insert the HTML in Rich Text

  • Go to your Webflow CMS Collection and open the blog post where you want to embed the table.
  • Locate the Rich Text field in the collection item.
  • Use the "+" button within the Rich Text field to add a Custom Embed element.
  • Paste the HTML code of the table into the Custom Embed element.

3. Style the Table in Webflow

  • Access your project's Custom Code settings if you need to add additional CSS for styling.
  • Go to Settings > Custom Code to include CSS rules to style the table as desired.

4. Publish and Review

  • Publish the site to see the embedded table in your blog post.
  • Review the published blog post to ensure the table displays correctly across devices.

Summary 

To embed a table in a CMS blog post in Webflow, use a Custom Embed element within the Rich Text field to insert your table's HTML code, and then apply any necessary CSS styling through your project’s Custom Code settings.

Rate this answer

Other Webflow Questions