I have a database table for my blog entries where I save certain content as html code. Then I load this content and expect it to excute the html code, but it does not do it. All the html code symbols seem broken.
My DB column:
Loading column content in template (red square shows where I want to load the column content:
HTML code after the column content has been loaded:
Is there a way to load this properly so the html will be executed, because in the DB it looks ok.
Thanks!