I'm having this problem in a Sharepoint Extranet site. Several long/wide forms and grids are getting their right sides hacked off when printed. In IE7, Shrink to Fit solves this problem. However in IE8, when I go into Print Preview, it SAYS it's set Shrink to Fit but it is not actually shrinking.
feedback
|
migrated from stackoverflow.com Oct 29 '09 at 1:15
This question came from our site for professional and enthusiast programmers.
|
Try using Compatibility Mode. I had a similar problem and it seemed to fix it. | |||
|
feedback
|
|
We are having the opposite problem; our pages display correctly in "real IE8" (or IE9) mode, but we have been having continual problems at a customer site where they report the printed page is shrunken when "shrink to fit" is set; so I have now tried running the site with "compatibility mode" turned on, and I see the pages being shrunken as well. We've been over the site with a pretty fine toothed comb and there seems to be no reason for the pages to shrink, they are well within a standard page width. This gives us a handle on what the problem is, and if others are experiencing shrinkage problems, maybe getting OUT of compatibility mode is the answer. | ||||
|
feedback
|
|
Unfortunately, in IE8 , shrink to fit is broken The solution suggested is not good enough because users cannot go and change every time, especially if they are non techie. The solution for this is to change the compatibility mode. So in your page , if you set this
it should work. This cannot be set through css | |||
|
feedback
|