I have a string that eventually gets exported into a textarea control. However I want to be able to break certain bits of the string onto new lines. Any idea how yo do this?
Have you tried inserting \n into your string where you want the newline to occur. This is my\n newline. Code (markup):