Display RTF content from DB on page

I have a rich-text field in my collection, and I want to display its contents, as formatted, in a page.
Couldn’t find how to do that. Could anyone offer any assistance?

I think this article should help you out: Velo: About Formatting Text Elements | Help Center | Wix.com.

Thanks, but this doesn’t work for some reason.
I also notice that when I try to change the content of the RTF field in the Content Manager, and use

for formatting, it gives me some weird error (marking the cell with a red frame, but without any meaningful message), and doesn’t save the formatting. Maybe that has something to do with it?

have the same issue with displaying RTF contents from the DB back to my HTML element, that’s the only way I think to display RTF contents - anyone out there who might have a solution?

the red rectangle in your screenshot I think is because the field/column data type does not match the type of contents i.e. when you change the property of the field into something else after you have entered the content/data, that happens…

Hey. This was a while ago, so I don’t totally remember, but I think you can use $w(‘#textfield’).html to set a text element to display RTF content. Note that it will inherit your page’s theme.