When I print webpages, say for github and usually all the ones done in wordpress.. all the formatting goes away. Whilst other pages, For example http://webnoir.org/tutorials/forms has kept their formatting. Also, I noticed that sometimes pages with a black background prints with a white background, and other times I end up wasting half my printer’s toner. Is there a way to set this using css?
Share
Print style sheet
10 Tips for Better Print Style Sheets
“In case you’ve forgotten, here’s how to set up a print style sheet:
The
media="print"attribute ensures that users don’t see any of the styles defined in the print.css file.Some attention is required, though: if your main style sheet has no media attribute, the print style sheet will inherit its style …”