RE: Preserving Line Breaks in

2003-07-17 Thread Martin van Dijken
rs List' > Subject: RE: Preserving Line Breaks in > > > Thanks Serge. Your suggestion works great with one caveat: > > I can't specify delims="\r\n" because those values are used literally. > However, this seems to work: > > <

RE: Preserving Line Breaks in

2003-07-16 Thread Brian Dame
ssage- From: Serge Knystautas [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 3:01 PM To: Tag Libraries Users List Subject: Re: Preserving Line Breaks in Brian Dame wrote: > Does anyone have tips on preserving line breaks in ? > > For example, a user enters text into a

Re: Preserving Line Breaks in

2003-07-16 Thread James Smith
- From: "Brian Dame" <[EMAIL PROTECTED]> To: "'Tag Libraries Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 11:52 AM Subject: Preserving Line Breaks in > Does anyone have tips on preserving line breaks in ? > > For examp

Re: Preserving Line Breaks in

2003-07-16 Thread Serge Knystautas
Brian Dame wrote: Does anyone have tips on preserving line breaks in ? For example, a user enters text into a textarea, which is stored in a database. When I retrieve the text from the database, I'd like to display it formatted exactly as the user entered it. I can only think of two option

Preserving Line Breaks in

2003-07-16 Thread Brian Dame
Does anyone have tips on preserving line breaks in ? For example, a user enters text into a textarea, which is stored in a database. When I retrieve the text from the database, I'd like to display it formatted exactly as the user entered it. I can only think of two options: 1) Parse the