Help:Printing: Difference between revisions

Content deleted Content added
Gadget850 (talk | contribs)
Gadget850 (talk | contribs)
Blank pages in Internet Explorer: update since fix was removed
Line 105:
===Blank pages in Internet Explorer===
{{shortcut|WP:IEPRINTFIX}}
<section begin=ieprintfix />
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. The style sheets have rules to adjust the line height for improved readability with superscript and subscript text, including references. IEIE7 apparently has problems with the <code>line-height</code> CSS property. This issue appears to be resolved in Internet Explorer 8 and above.
 
Rules to resolve this problem were added to Common.js. If the problem is still experienced, browse to [[MediaWiki:Common.js]] and follow the instructions at the top of the page to bypass your browser cache.
 
{{hidden
| css = border:1px solid black; width: 80%;
| header = Old fix
| content =
This is the old way to resolve this issue, now deprecated by the change to MediaWiki:Common.js.
* Ensure you have an account and are logged in
* Edit your [[Special:MyPage/skin.css]] and add:
 
<source lang="CSS">@media print {
sup, sub, p, .documentDescription { line-height: normal; }
}</source>
<section end=ieprintfix />
* [[Wikipedia:bypass your cache|Bypass your cache]] per the instructions at the top of your CSS page
}}
 
==Linking==