Re: TextArea Problems

2000-04-29 Thread Fred T. Sanders
Have you tried changing the field its inserting to , to a memo field? - Original Message - From: "Brian Ingram" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 6:35 PM Subject: TextArea Problems > I'm having trouble Inserting data from a "textarea" form and plac

RE: TextArea Problems

2000-04-29 Thread Stacy Young
l 29, 2000 9:04 AM To: [EMAIL PROTECTED] Subject: Re: TextArea Problems Brain, First, I'd double check the name of your input. Second, make sure you textarea box HTML Tag is properly constructed. Then, set the WRAP attribute to WRAP="VIRTUAL.". This will allow the text to wr

Re: TextArea Problems

2000-04-29 Thread David Hannum
Brain, First, I'd double check the name of your input. Second, make sure you textarea box HTML Tag is properly constructed. Then, set the WRAP attribute to WRAP="VIRTUAL.". This will allow the text to wrap in the browser without carriage returns. It could be that carriage returns are hosing y