Printing from SharePoint sends a blank page at the end of the document
Views (1989)
Printing issue with SharePoint and internet explorer
Versions of IE tested (7, 8 ) : Both create an extra page after the report.
Firefox : does not create this extra page
Issue:
The tr tag is assigned a class called “runOnBrowserDisplayStyle”
This causes IE to create a page break while printing, hence creating a new page.
Removing the class from the masterpage solves this issue.
The only affect this has is that the web page has a cell at the bottom of the page which is styled as per the sharepoint theme (default would be light blue in colour)
With this change the printout is set to one page without the blue bar being printed
Filed under: Enterprise portal Tagged: Sharepoint

This was originally posted here.
*This post is locked for comments