Hi,
I have a text-area where users can write a message.
I need to append some information to this message upon completion - which isn't a problem.
The issue I can't seem to sort is inserting some carriage returns so the additional text appears a couple of lines after the user text.
I've tried inserting "\n\r" but this just seems to disappear, any idea?
many thanks
Andy