Issue with paragraph breaks in email templates | Community
Skip to main content
January 15, 2014
Question

Issue with paragraph breaks in email templates

  • January 15, 2014
  • 3 replies
  • 1066 views
I've designed and coded an email template for my client. However, they're having issues with paragraph breaks being removed when they copy and paste their text into the visual editor. If they add their text into the HTML editor and add their breaks manually, the issue is resolved. However, they feel this is a clunky solution.

Is there something that can be added into the template itself to preserve these paragraph breaks within the visual editor? 

I'd appreciate any assitance or advice on this topic. Thanks!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Level 10
January 16, 2014
While creating the template, make sure that <td> must be editable instead of <p> tag.
January 16, 2014
I've set the <div> tag as the editable section. Could that be the problem?
Level 10
January 17, 2014
Making <div>tag editable won't create any problem but make sure your content must be in <p> tag.

Hope this will help.