I can install CuteEditor and get it working such that it will write HTML content to a field in my database.
What is the best way to output that HTML content programmatically without using CuteEditor to display it? A text box will display the HTML code itself. How do I pull the HTML out of the database field to which it was written by CuteEditor and display it without using CuteEditor?
Thanks...