How to create an effective print style sheet for website

A print style sheet can be created  on your site. This style sheet would only apply when someone printed your Web site. This would allow you to set specific styles to make your page more printer friendly. Simply Insert  style sheet to the head of your document <link rel=”stylesheet” type=”text/css” href=”print.css” media=”print” /> To see [...]