Print-specific style sheet
I print out my headache diary each time I visit a doctor, with varying results. What looks pretty (enough, at least) on the screen doesn't translate well to a printed page. IE has big trouble printing it in portrait, as well, with the text getting cropped on the right margin.
In honor of this morning's visit to Dr. Wogenson, I created a print-specific style sheet, and changed a couple of templates to make it work. The Meta template now includes media="screen" on the original style sheet LINKs, along with a new link to print.css with media="print". The Banner template includes a new #printhead div, with goption in stylized text. The screen style sheets set display:none; for #printhead, and the print stylesheet sets display:none; for the standard header and menu div's.
The print style sheet also removes the page background, the border around the master div, and a few other minor changes.
The site looks the same when viewed on the screen, but now looks much better when printed.