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]


______________________________________________________________________
Why Share?
  Dedicated Win 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=coldfusionc
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