[thelist] strange CFMX problem - HTML output cut off

Sarah Sweeney ssweeney at w3internet.com
Mon Jul 14 12:06:34 CDT 2003


I've just spent about 2 hours struggling with a very bizarre ColdFusion MX 
problem. I had some pages in the site I was working on where the HTML 
output seemed to be cut off a few lines from the end of the page. Adding 
several lines of spaces after the </html> seemed to remedy the problem, but 
was not a satisfactory solution. Thankfully, a coworker found this thread 
in the Macromedia forums, giving a more satisfactory solution to the problem:
http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=144&threadid=643874&highlight_key=y&keyword1=html&keyword2=cut
Apparently, using
   <cfcontent type="text/html; charset=ISO-8859-1">
was causing the problem, and changing it to
   <cfcontent type="text/html; charset=ISO8859-1">
fixes the problem. Crazy. So I figured I'd send a post to thelist in case 
anyone else comes across this problem in the future. Hopefully this will 
save others some grief.

Sarah 



More information about the thelist mailing list