View Single Post
Old 02-01-2013, 10:13 PM   PM User | #2
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 952
Thanks: 7
Thanked 98 Times in 98 Posts
WolfShade is an unknown quantity at this point
It's not <input type="textarea">,

it's <textarea name="" id=""></textarea>

And \n is only for JavaScript, not textarea or input type="text". If you just hit ENTER, the line breaks will be there (if you are typing in the textarea); if you're trying to SET the value of the textarea with line breaks, I think (I've never tried this, before) that you use the ANSI code for those.
__________________
^_^

If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
*
The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".

Last edited by WolfShade; 02-01-2013 at 10:16 PM..
WolfShade is offline   Reply With Quote
Users who have thanked WolfShade for this post:
ten3six (02-01-2013)