Forum Moderators: not2easy
<LINK rel="stylesheet" type"text/css" href="http://www.mysite.com/screenversion.css" media="screen">
<LINK rel="stylesheet" type"text/css" href="http://www.mysite.com/printversion.css" media="print">
to set printable pages. It works great but how will people know that the pages are automatically printable? I can't link to the printable page as it's the same page.
Any solutions?
What I do to make it clear the can print is to add something like:
<a href="/printsok.html" onclick="window.print();return false">print</a>
Well replace the word print with a image etc....
Where I explain in the printsok.html page for those that have javascript turned off that they should go back and search for the print option in their browser.
Never had questions from users after that.