Check your application.cfm or appGlobals.cfm, is that wraped in 
<cfsilent>?
If you have got includes check them as well!

J

John McCosker (Senior Web Applications Developer)
Andronics Data Global Communications
Derry, Co.Londonderry
N.Ireland
Bt48 OLY

Tel +44(0)28 7127 3100
Fax +44(0)28 7127 3101


-----Original Message-----
From: Allan Pichler [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 10:10 AM
To: CF-Talk
Subject: RE: Weird whitespace issue ...


ok ... now i have played with it, and it's getting weirder by the 
minute...

my cf template is now down to the following

<CFSILENT>
<CFSET test = 1>
</CFSILENT>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<CFABORT>

and the output still has 232 lines of whitespace in it ....

What can be wrong ???

-Allan

-----Original Message-----
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: 7. februar 2002 10:36
To: CF-Talk
Subject: RE: Weird whitespace issue ...


instead of 

<CFSETTING enablecfoutputonly="Yes">
<CFPROCESSINGDIRECTIVE suppresswhitespace="Yes">

<!--- Doing all my queries and user authentication here --->

</CFPROCESSINGDIRECTIVE>
<CFSETTING enablecfoutputonly="No">

try

<cfsilent>
<!--- Doing all my queries and user authentication here --->
</cfsilent>

J

John McCosker (Senior Web Applications Developer)
Andronics Data Global Communications
Derry, Co.Londonderry
N.Ireland
Bt48 OLY

Tel +44(0)28 7127 3100
Fax +44(0)28 7127 3101


-----Original Message-----
From: Allan Pichler [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 9:39 AM
To: CF-Talk
Subject: Weird whitespace issue ...


I have this minor issue with my code ..... for some reason i have 239 
lines
of whitespace in the beginning of the html page, and i don't know how 
to get
rid of it

Basically my cf page looks like this

<CFSETTING enablecfoutputonly="Yes">
<CFPROCESSINGDIRECTIVE suppresswhitespace="Yes">

<!--- Doing all my queries and user authentication here --->

</CFPROCESSINGDIRECTIVE>
<CFSETTING enablecfoutputonly="No">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
.
.
.
</html>

but prior to the <!DOCTYPE ...>

i get 239 lines of whitespace ....


Can anyone help ???



Allan Pichler // Senior Software Developer // [EMAIL PROTECTED]




______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to