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

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? Viewi

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: Then make sure that anything you want returned to the screen is surrounded by tags. ---mark -- Mark Warrick Phone: (714) 547

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

2000-10-17 Thread double-down
use and the custom tag 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 there something I can do about it? ---