Displaying an HTML document
If I have a database function that returns a fully formed HTML document as a varchar2 (32k). What is the best region/container to display this on an Apex page? Or does it have to be shown in an iframe so the HTML/CSS doesn't interfere with the markup on the Apex page itself? The content is not supposed to have any Javascript, just text and hyperlinks and CSS to style it.
Comments? Thanks