There is an option in studio's settings under tools (F8) that will allow you
to choose your file settings so that a saved document uses the OS type of
document structure.

Bryan LaPlante
816-347-8220
[EMAIL PROTECTED]
http://www.netwebapps.com
Web Development

----- Original Message -----
From: "Willy Ray" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 12:17 PM
Subject: Bizarre Error: Server/Studio Duplicating Carriage Returns


> I'm running the eval of Cold Fusion Server 4.5 Enterprise on Redhat 7.1.
When I save a template through RDS, for every carriage return I enter as I
code, I get two carriage returns on the saved document.  Example:
>
> I write:
>
> <html>
>      <head>
>      <title>Hello</title>
>      </head>
>
>
> When I re-open the file it looks like this:
>
> <html>
>
>      <head>
>
>      <title>Hello</title>
>
>      </head>
>
> What's worse, If I make a little change, like, change the "Hello" to
"Hello, World" and re-save the template, the next time I open it, it looks
like this:
>
> <html>
>
>
>      <head>
>
>
>
>       <title>hello, world</title>
>
>
>
>
>      </head>
>
>
> Big problem.  I've got a template with only about 20 lines of actual code
on it, but it's up to about 14000 lines, due to this problem.  I have studio
on two different machines, and it doesn't seem to matter which I use.  Also,
this is not happening from the same two workstations if I write to an NT
machine through RDS, or through windows networking.
>
> Any ideas?
>
>
> Willy
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to