Just a note that you can also always put <cfcontent reset="true"> just before you output your HTML content, and that will discard everything in the output buffer and start from scratch. This is an easy way to eliminate any whitespace that was generated before your content.
On Thu, 17 Mar 2005 11:04:16 -0500, Robyn <[EMAIL PROTECTED]> wrote: > Ah, I see what you're saying... So, if you needed the doctype to be the > first line in the file, for instance, then it would make sense to > suppress any whitespace beforehand. I also didn't know that the cfapp > tag would output a line of whitespace. BTW, I'm looking at the fusebox > index.cfm file (FB4) - the doctype is not the next line. But this all > makes more sense to me now. > > Thanks! > Robyn > > Adam Haskell wrote: > > > well cfapplication name="something" does output a blank line > > probably...whats directly under the tag? is it a doctype? > > > > Adam H > > > > > > On Thu, 17 Mar 2005 10:09:03 -0500, Robyn <[EMAIL PROTECTED]> wrote: > > > >>Hey all, > >> > >>My apologies if this has already been discussed. I tried searching in > >>the archives, and I can't find the search link anymore.... > >> > >>Anyway - > >> > >>Why would someone do this: > >> > >><cfsilent><cfapplication name="something"></cfsilent> > >> > >>I'm unclear as to why one would put the cfsilent tag around the > >>cfapplication tag. My understanding is that cfsilent suppresses output > >>to the browser, but cfapplication doesn't actually produce any > >>client-side output. What am I missing here? I see this all over. > >> > >>Robyn > >> > >> > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199134 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

