June 18, 2007 at 5:28 pm
· Filed under Uncategorized
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”/> |
|
|
Permalink