ð

7 Hiding Headers

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