How do you set up a printable version of your website in case someone wants to print something out?
Printable View
How do you set up a printable version of your website in case someone wants to print something out?
You can do this using the @media print CSS selector:
http://www.w3.org/TR/CSS21/media.html#at-media-rule
Shane.