How to format HTML content from Database in Databinding

So, I shoot HTML content into my database, I bind it on my page and it returns the full HTML content. How do I make it understand that it should display the binding HTML formatted?

Try <span dmx-html="fieldname"></span> or <p dmx-html="beschrijving"></p>

1 Like

Put it in a ormal paragraph and set the dynamic attributes to html text

Use the Inner HTML dynamic attribute instead of Inner Text.

Thanks a lot guys. Copied.

1 Like