Displaying CLOB column content with markup
I have a table with a CLOB type column, and I a using a n APEX form to input into this column using a Rich Text Editor.
When I save the text and then re-open it again with the Rich Text Editor in the form, the markup (bold, spacing, etc) has successfully been saved and retrieved.
I want to also create another page to show one record at a time (to users who I don't want to be able to edit the form), but I can't get the text to be displayed nicely with the markup.
I have tried using a dynamic PL/SQL region as well as an item within a HTML region, but it always displays without the markup.
How do I do this correctly?