Content deleted Content added
No edit summary |
copied from old version of Help:Printing to fix Category:Pages transcluding nonexistent sections |
||
Line 32:
==Blank pages when printing==
When printing with Internet Explorer 7, some pages may be blank except for the header and footer; this can be seen in the browser print preview.
* Issues: The style sheets have rules to adjust the line height for improved readability with superscript and subscript text, including references. IE7 apparently has problems with the <code>line-height</code> CSS property. This issue appears to be resolved in Internet Explorer 8 and above.
* Fix:
<source lang="CSS">@media print {
sup, sub, p, .documentDescription { line-height: normal; }
}</source>
==Image and text spacing==
|