Printing Functionality Demo
The printing stylesheet, "print.css", optimizes a Perfect Layout page for printing. Below is a simple description of what is done in the stylesheet.
First, it removes the margins and padding from the #content div, then it removes the #navigation and #footer divs. It removes the backgrounds from all elements, including the html tag. It simplifies the coloring of hyperlinks and makes them all underlined. It modifies the way tables are displayed, and, finally, it makes the pre tag text more printer friendly.