I have a function on my webpage that inputs content into a textarea. Everytime a button is clicked the information is inputted into the text area. But I'd like to change the format of how it is entered into the textbox. What I'd like to know is, is it possible to have each new input on a new line rather than all being on the same line. like this:
1
2
3
4
5
etc...
Rather than it being inputted like this:
1,2,3,4,5 etc.....
Thanks
1
2
3
4
5
etc...
Rather than it being inputted like this:
1,2,3,4,5 etc.....
Thanks
Comment