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:
Using this code make it look even worse.
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?
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}}}
Code:
{{body}}
Comment