Shopify themes, liquid, logos, and UX
Hi there,
How can I ensure that my customer confirmation emails include proper line breaks and paragraphs for clarity and readability, especially when the preview text doesn't display line breaks but the email text (HTML) does?
Solved! Go to the solution
This is an accepted solution.
Hey @Steven1Groot,
HTML doesn't recognize spaces as line breaks, you can type them, but the final output doesn't recognize it. You need to use <br> instead.
So wherever you need a line break just add
<br>
in the HTML, and then preview.
E.g.
Hallo Jan, <br> we maken je bestelling...
This is an accepted solution.
Hey @Steven1Groot,
HTML doesn't recognize spaces as line breaks, you can type them, but the final output doesn't recognize it. You need to use <br> instead.
So wherever you need a line break just add
<br>
in the HTML, and then preview.
E.g.
Hallo Jan, <br> we maken je bestelling...
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025