Help:Printing: Difference between revisions

Content deleted Content added
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 16:
Print page is not needed for any modern browser, as these browsers will parse the <code>media="print"</code> CSS styles included in the markup of Wikipedia pages. The print rules are applied automatically when the page is printed or previewed from the browser.
 
Printable version does not apply <code>@media print</code> rules from user style sheets—sheets, see below.
 
==CSS==
Line 27:
 
===@media print===
CSS media types define the rules for different types of presentation media. The normal display uses <code>@media screen</code> rules; printing rules can be defined with defined <code>@media print</code>.
 
==Controlling print==
Line 89:
==See also==
* [[Help:Cascading Style Sheets]]
* [[Help:Books]]
* [[User:TheDJ/Print options]]— a script that gives you greater control of how Wikipedia pages are printed.