Different in the format of an article to the notification | Community
Skip to main content

Different in the format of an article to the notification

  • May 31, 2021
  • 1 reply
  • 0 views

Hi, I wondering if anybody had the same problem. 

We sometimes have soft returns in articles to add a screenshot in the same bullet point.
Unfortunately the soft return/break looks messy in the e-mail notification about the new article.
How can I solve this?

1 reply

  • June 2, 2021

Looks like the <br> is being ignored by the email client. Instead of using a soft return, try using a nested paragraph tag. 

<ol>

  <li>text

    <p>picture</p>

   </li>

</ol>