How do I insert a page break inside a CF8 report builder field. I know how to insert it between elements, but not inside a field. For example, the cfform rich text editor inserts the following source code when you insert a page break using the toolbar. I pass this to a field using an input parameter and ensure the field is set to XHTML Text Formating is True. The result in IE 6 (that my client uses) is that it spits back this text, not the page break, whether the report is set to rtf or pdf types. There are other issues with XHTML Text Formating needing characters converted, but even doing that, it still fails. Perhaps IE 6 does not recognize this style. Is there anyway to dynamically pass page breaks in an input parameter? "...page 1 text... <div style="page-break-after: always"><span style="display: none"> </span></div>
...page 2 text..."