- Printer friendly
Printer friendly is a term used on the
Internet to describe a version of aweb page formatted forprinting . Normally, web pages include information and navigation content that is only useful while browsing the website. Printer friendly pages are designed to fit on an 8.5"x11" or A4 sheet (seepaper size s) and include only the content of the page, along with source information.Printer friendly pages are usually accessed through a link on the standard page.
For Example, Wikipedia has a link to printer friendly versions of articles in the toolbox menu to the left.
Designing printer-friendly pages with CSS
Web page designers can use CSS2 media types to create one set of styles for display on a computer screen, and another for printing. For example, navigation areas might be set as display:none in the print stylesheet to remove them from the printed output, and
sans-serif fonts replaced byserif fonts for ease of reading. This technique eliminates the need for a separate printer-friendly page to be maintained.External links
* [http://www.alistapart.com/articles/goingtoprint/ CSS Design: Going to Print]
* [http://webdesign.about.com/cs/printerfriendly/a/aa041403a.htm How to Design a Printer-Friendly Version of Your Page]
* [http://matthewbarr.co.uk/blog/archives/9-Printer-friendly-pages-using-CSS.html "Printer friendly" pages using CSS - tutorial with example code]
Wikimedia Foundation. 2010.