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