For one of our client's side, most of the backlinks are going to printer friendly version page. I recommeded to him to use the canonical tag on printer friendly version pointing to other page.
Luckily, while searching i came across this posts at - http://www.seomoz.org/q/solving-printer-friendly-version
The solution recommended was this -
<link type="text/css" rel="stylesheet" media="print" href="our-print-version.css">
My questions are -
1. what should i write in place of our-print-version.css
Should it be print.css ?
2. Where do i place this code ? in which file ?