Problem with white space
I am trying to remove all the white space created in the HTML by CF processes. I did have this working ok with
<cfsetting enablecfoutputonly="true">
But now I'm noticing it's not longer working, I know I saw it working!
I'm outputting a string to the HTML, such as ABCDEFG, I don't want any white space from the queries above it, and yet I'm getting a significant amount of white space/line breaks.
I also tried <cfsetting enablecfoutputonly="true"> but this did not do the trick
The only way is to set the CFadmin to supress white space, but that's fine on local dev, however I use a shared server where I can't control the CFadmin settings and it's not switched on
Appreciate any help
Thanks
Mark
