• Resolved pa29so

    (@pa29so)


    Hi,
    I can not filter newline characters from email in HTML format, using the Postie plugin.
    The result is bad – for each new line in my email I have double lines in my posts. The prolific text format on the web differs from the text format that was sent by mail, which is not good.
    I believe the solution is simple but I can not help. I have tried all the settings in the Postie Message section.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    In looking at your sample page there aren’t any extra newlines, but your CSS has a margin-bottom specified for all “p” elements.

    See https://www.screencast.com/t/lpYedVgj

    from http://www.arcgeo.sk/?action=display_custom_css_code
    p {
    font-size: 15px;
    line-height: 1.71429em;
    margin-bottom: 1.71429em;
    color: #4d4d4d;
    font-family: “Avenir LT W01 35 Light”,Arial,Helvetica,sans-serif;
    }

    Thread Starter pa29so

    (@pa29so)

    Big thanks,

    this was the problem.
    We need to keep this CSS so we will change the format of HTML formated emails. Newlines will be not generated as “p” elements (Enter key) but as new rows within a paragraph –
    “br” element (Shift+Enter key).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Postie – filtering newline for HTML emails’ is closed to new replies.