CSS Tip: CSS for printing

clipped from itwales.com

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”/>

  blog it

Leave a Comment