PDA

View Full Version : printable version



Rusher
2010-12-17, 02:44 PM
How do you set up a printable version of your website in case someone wants to print something out?

sgoodman
2010-12-17, 03:20 PM
You can do this using the @media print CSS selector:

http://www.w3.org/TR/CSS21/media.html#at-media-rule

Shane.