When the page is displayed on the monitor I want to have one header. When the page is printed I want to replace that with a simple logo. I've used display: none before. The way the page is laid out I can have two rows, one with the first header and one with the logo. Should I attach display: none to the TR or to the TD? (Yes I know, use a div. But work with me on this one.)