Hi all - Following up to see if there is a way to put a table into a Webflow CMS blog post? I need to include recipes and nutritional information comparisons in posts, and I am not seeing a way to do this.
What you could do, it using pseudo elements custom code and the H6 title.
So in your RT, every time you have tabbed data, you put a H6 before. And the tabbed data in ONE paragraph, with 1 data on each line. (use shift enter to pass to a new line without passing to the next paragraph)
So you’d have:
The H6 title (use it as a title for your table, conveniently)
title of first column
data1
data2
data3
title of 2nd column
data4
data5
data6
Using custom code, and pseudo element, now make a rule that says: the first paragraph after any H6 is style on 2 columns
3 columns, where bold text and regular text columns divided by line and a third column is a text/ link. Is it possible to style like this with a custom code?
Hi pondababa,
To be honest with you, I HATE CODING, and this is why i love Webflow. The result you want to achieve can be easily done using FLEXBOX. I’m becoming familiar with it as well and I did the exercise for you. Hope it will help
Hey @Magicopit, thanks for the suggestion, but how do I insert flexbox into a blog post (CMS page)? I believe it’s not currently possible. Each blog post has different tables, same as the author of this thread has.
The only way to implement this I think is to place the data into CMS as a rich text + custom code to style it. But I don’t know how to style it
I think that the post (CMS side) can contain the single fields (you must define a field for the “title”, in your example “equipment”, and a field for Row1Col1, Row1Col2, Row1Col3. You should repeat this for the maximum number of columns you want to allow.
Then, you just have to modify the Blog Post Template: there you should insert the FLEXBOX container where you like. There is a function that enables to show only filled fields (in this way each table will contain the exact datas and will not show empty fields!
This is my small contribute, but there are much more experienced Webflow users in this forum and I’m sure you’ll get maybe better suggestions.
I got your point, but I believe there is a 30 fields limit in CMS. Having 10 items of equipment where each has 4 rows is already beyond of the max cap.
Does anyone know if it’s possible to connect 3rd party database or google sheets for this purpose?
Yes bondababa, 30 fields maximum or you should upgrade to Hosting Pro to have 60 fields. The positive thing is that you can populate CMS fields from GoogleSheets via Zapier.