your page header should contains links to two CSS documents, one for the screen, and one for printing: <link type="text/css" rel="stylesheet" href="http://itwales.com/stylesheet.css" media="screen"/> <link type="text/css" rel="stylesheet" href="http://itwales.com/printstyle.css" media="print"/>
your page header should contains links to two CSS documents, one for the screen, and one for printing:
<link type="text/css" rel="stylesheet" href="http://itwales.com/stylesheet.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="http://itwales.com/printstyle.css" media="print"/>