/ Published in: HTML
URL: http://webdesign.about.com/cs/css/a/aa042103a.htm
As with screen style sheets, you use the element to define the print style sheet your Web page should use:
The only difference between this link element and the link to your screen style sheet is the attribute: media="print" Most style sheets are written for the screen, so the media can be left off, or written as: media="screen"
Expand |
Embed | Plain Text
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
You need to login to post a comment.
