• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Quick HTML question

ragazzo

Golden Member
In multi-line text area, if I enter 4 words, each with carriage return and hit submit, the email I get shows the 4 words in 1 line. How do I include the carriage return in email? Thanks in advance.
 
don't know that you can with a plain old textarea thing. It's just text that gets sent and doesn't include any formatting at all.

You might be able to encorporate a fancy html erditor thign on the textarea and that might work...
 
It depends how you are sending the email. If you are using PHP to receive the form data and send the email, then it's pretty simple to get the words on separate lines.
 
Back
Top