Lester, WP-Print works fine when visitors select the WP-Print link I've added to single.php.
However, when they print or print-preview through the browser, the browser uses my existing print style sheet.
Is there any way I can redirect my print style sheet to WP-Print as well?
My print style sheet appears in header.php this way:
<link rel="stylesheet" href="http://www.mysite.com/wp-content/themes/mytheme/print.css" type="text/css" media="print" />
Thanks!