Wednesday, December 3, 2008

Screen and print css definitions

This is the definition that I use, I thought I'd post it here so that I don't have to keep using "View Source" each time I need it!

<link rel="stylesheet" type="text/css" href="screen.css" media="screen" />
<link rel="stylesheet" type="text/css" href="print.css" media="print" />