View Single Post
Old 02-01-2013, 10:25 PM   PM User | #3
ten3six
New Coder

 
Join Date: Jan 2011
Location: fort worth, tx
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
ten3six is an unknown quantity at this point
Quote:
Originally Posted by WolfShade View Post
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.
You, my friend, are a genius. Thank you.
ten3six is offline   Reply With Quote