ListManager - Removing Whitespace Being Added to a Mailing Print

  • Extra lines in Header, Extra lines in Footer
  • 0

        
   The issue is likely some extra lines inside of the HTML Headers or Footers. To resolve this issue you should blank out the HTML Headers or Footers section on the following pages:

Navigate to: 
Utilities : Administration : Server : Server Settings : Advanced 
Utilities : Administration : Sites : Edit Site : message wrapping
Utilities : List Settings : Email Submitted Content 

Disable the html editor and blank out the headers and footers that are inserting in extra lines, and click save.

If you disable the html editor on a blank header or footer there will be some HTML code, that code can safely be ignored but it is recommended you delete it before saving to make the field is blanked.

Example Code:

<html>
    <head>
        <title></title>
    </head>
    <body>
        <br />
    </body>
</html>


Was this answer helpful?

« Back