Line break for larger amounts of text
I am taking data from several fields and putting it into one text area field. I would like to have a line break to help organize the data in the field more clearly.
However, inserting the following example doesn't work:
All_Records = input.My_Record1 + "<br />" + input.My_Record2;
It merely outputs the exact text for the line break tags. Is there any way to achieve a line break?
I am sure this would be helpful as well for sending text areas as emails too. It would make them more humanly readable.
Thanks for any help!