> <cfoutput>#lineToWrite#</cfoutput>
So you're outputting some text data which has HTML in it, in
a browser?
Browser don't *display* HTML tags do they? They render them.
I imagine if you view-source, the text data is actually
there.
Or your could use htmlEditFormat() to escape the HTML, in
which case it
would display rather than render.
Obviously, also your <cfabort> is going to stop
processing on the first
line processed. I realise this is in the for debugging, but
what if the
first line of your dta file actually *is* empty?
--
Adam