Re: [What's with all the space?]

2000-10-17 Thread double-down
use cfsetting enable cfoutput only and the custom tag cf_ripwhitespaces from the allaire exchange Peter Benoit [EMAIL PROTECTED] wrote: Viewing the source code of my CF apps, I see lots of white space. Space that isn't there in other server side programming languages. Why is this, and is

RE: What's with all the space?

2000-10-17 Thread Warrick, Mark
There are several ways to do this. Here's one: You can surround all of your code with the following tag: CFSETTING ENABLECFOUTPUTONLY="YES" Then make sure that anything you want returned to the screen is surrounded by CFOUTPUT tags. ---mark

RE: What's with all the space?

2000-10-17 Thread Chapman, Katrina
Look at the cfsetting tag. The white space is caused by the cf tags taking up space but not appearing in the source code. --K -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 17, 2000 10:04 AM To: CF-Talk Subject: What's with all the space?

RE: What's with all the space?

2000-10-17 Thread Bill Killillay
Take a look at CFENABLEOUTPUTONLY, and there are a bunch of Custom tags on Allaires web site for stripping out the white space also. -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 17, 2000 1:04 PM To: CF-Talk Subject: What's with all the