RE: word wrap in text area

2001-11-28 Thread Michel Gallant
Carriage returns don't display in HTML :) I usually do a #replace( myText, "#chr(10)#", "", "ALL" )# -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: 28 novembre, 2001 18:07 To: CF-Talk Subject: word wrap in text area this seems like a simple question, but does any

RE: word wrap in text area

2001-11-28 Thread Paris Lundis
Paragraphformat() -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 17:07 To: CF-Talk Subject: word wrap in text area this seems like a simple question, but does anyone know how to make what you enter into a text area come out the same w

RE: word wrap in text area

2001-11-28 Thread Jones, Becky
yes that would be it. :) thank you so much, bec. -Original Message- From: Michel Gallant [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 5:11 PM To: CF-Talk Subject: RE: word wrap in text area Carriage returns don't display in HTML :) I usually do a #replace( m

Re: word wrap in text area

2001-11-28 Thread Tyler Silcox
ay, November 28, 2001 5:12 PM Subject: RE: word wrap in text area yes that would be it. :) thank you so much, bec. -Original Message- From: Michel Gallant [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 5:11 PM To: CF-Talk Subject: RE: word wrap in text area Carriage

RE: word wrap in text area

2001-11-28 Thread David Brown
Would not work for you? -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 5:13 PM To: CF-Talk Subject: RE: word wrap in text area yes that would be it. :) thank you so much, bec. -Original Message- From: Michel Gallant

RE: word wrap in text area

2001-11-29 Thread Bill Killillay
You need to do a replace on #chr(10)##chr(13)# and turn them in to that will give you the breaks your looking for. I can send some sample code if this is not enough to get you going in the right direction. -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Wednesday,