supressing white space using code
We need to supress white space using code, unfortunately the server is shared and we do not have access to the administrator to make the appropriate changes.
I tried placing this at the top
<cfsetting enablecfoutputonly="true">
Then wrapping the HTML output with CFOUTPUT
However when I view the resulting source code I still get 11 line breaks above all of the code.
Is there anything else I can try?
I'm also wondering why <cfsetting enablecfoutputonly="true"> does not function
Thanks
Mark
