ð
7 Hiding Headers
Hide the first table from the print version. Add this rule to the print style sheet:
div#screenlistdisplay { display: none; }
Hide the second table's head from the screen version. Add this rule to the main style sheet:
thead { display: none; }