Forum Moderators: not2easy
<style type="text/css">
@media "print" { @import "http://www.mysite.com/print.css"; }</style>
or
<link rel="stylesheet" type="text/css" media="print" href="http://www.mysite.com/print.css" />
I'm using the 2nd method for both Screen and Projection.
Thanks for any help.