CSS Print Framework: Hartija
15 Apr // php the_time('Y') ?>

Nearly every project needs a printer-friendly output option.
Hartija is a CSS framework that aims to simplify creating such outputs.
The CSS file includes styles for common tags to make them look good as a printed material.
How to use this CSS Print Framework?
It is enough to insert the CSS file with the media value "print" like:
<link rel="stylesheet" href="print.css" type="text/css" media="print">
By doing so, when a user tries the print the page, print.css file will be used instead of the website’s standard CSS file.

Website: http://code.google.com/p/hartija/
- Tags: Framework Print
- Filed under: Design, GPL License, Xhtml & Css
- 3 Comments




















3 Responses for "CSS Print Framework: Hartija"
[...] informacji: http://www.webresourcesdepot.com Tagi: CSS. Podobne artykuły:favicon.icoMapa Google na stronieNowa funkcjonalność Opery – [...]
[...] Hartija is a CSS framework that aims to simplify creating such outputs.The CSS file includes styles for common tags to make them look good as a printed material. – webresourcesdepot.com [...]
Thanks, comes in handy for a quick print style sheet when you’re under pressure to deliver!