• What is the “trick” to getting line breaks in paragraph text in the Email content editor? All the text runs together when sending email.

    The html editor ignores and removes any inline css I add.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gingalley

    (@gingalley)

    Set to HTML. Tested again. Works once with <p>Some text.</p> then strips out on switching WYSIWYG editor.

    Hi @gingalley,

    I hope you’re doing well. Thank you for getting in touch.

    To include line breaks in the paragraph text within the Email Content Editor for the Additional Custom Emails for WooCommerce plugin, you can utilize HTML tags. Specifically, the <br> tag can be used to create line breaks in your email content.

    For example:

    This is the first line.<br>This is the second line.<br>This is the third line.

    This will ensure that each sentence appears on a new line when the email is sent.

    Best regards,

    Plugin Author Algoritmika

    (@algoritmika)

    Hi, @gingalley,

    Please update the plugin to the latest v3.3.0. Now the plugin will automatically replace double line breaks with HTML paragraph tags, and all remaining line breaks with <br /> tags.

    Please give it a try and let me know what you think.

    P.S. This can be turned off by disabling the “Replace line breaks” checkbox in “WooCommerce > Settings > Custom Emails > General > Advanced Options” (it’s enabled by default).

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.