Meta Box
Support Forum
Support › General › or new line in text area or WYSIWYG
Hi,
I have a textarea where I put information about my project. The enter / shift-enter is not displayed on the frontpage. I have changed the field to a WYSIWYG box but there is the same.
What is the correct way to handle <br> / new line /...
https://media.ceescoenen.nl/project/webinar-serenade-project/
You can use the HTML tag <br>, <p> or newline character \n to add a new line.
<br>
<p>
\n
Hello World!\nThis is my string
Thanks, is this the only way? I use this fields also for clients with no HTHL knowledge.