Hi all! I am currently trying to add an empty line to the content of an email template, but I haven't had any success so far. I have tried adding just an empty container, a container with an empty Text widge and a container with an empty Expression widget. In the Template preview, it shows spaces, but when I send it to an email, the spaces disappear. Any help is appreciated!
Hello @Manuel Ribeiro
Try this function NewLine()
"test" + NewLine() + "test1244"
I hope this helps
Thanks
Hi @Manuel Ribeiro
If you want Empty line in email than Simple Drag a expression and this Express you can write newline() function
Note:
if you want 4 Empty line than simple used 4 times expression and inside expression right newline() function;
I have attached reference Image below
Md Mansur
Hi! Thank you both for the responses. It worked!