I am working on an application. I need help I cant seem to figure it out. - Here is a link to my application live - http://jsfiddle.net/5yQjA/3/ Everything seems to be working the way I want it to work. I just need to be able to separate each line of text with a different line. <p>Example 1</p> <p>Example 2 </p> <p>Example 3</p>
Just a tip - pressing enter in a textarea doesn't submit a form, so there's no reason to prevent enter to be registered, really.