Announcement

Collapse
No announcement yet.

Print2PDF Template - Email Entity - Delete or reduce blank lines

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Print2PDF Template - Email Entity - Delete or reduce blank lines

    Version 5.9.2.

    Using Print2PDF Template for email with the formula below but it seem to create many blank lines. Any idea how to delete blank lines? What could have been 3 pages end up being 5-7 pages with template. The third {{{ made it possible to show multiple lines but it seem to create extra blank lines.

    All I'm really using is:
    Code:
    {{{body}}}
    Using this code make it look even worse.
    Code:
    {{body}}
    Also noticed some of the email get cut off when email contents right side width get cut off. So it might be related to some CSS or HTML code that I also need to add?

  • #2
    Hi,
    Try to use this
    Code:
    {{{bodyPlain}}}

    Comment


    • #3
      Thanks Maximus, that work and I'm aware of it but it kill off all image which I would rather just use Screenshot page as an alternative solution.

      Comment

      Working...
      X