I have a page with lots of data, tables and content. I want to make a print version that will only display very few selected things.
Instead of writing another page
Nearly all browsers support it. It might be advantageous to use the media attribute on the link tag.
media
link
Using display: none; in some of your rules would be an appropriate way to handle your situation.
display: none;