I\'m invoking the navigator print function using a simple window.print(); call. It prints perfect (I want to print the same I see on the screen, so I don\'t really use a spe
My app server (rails) required me to use a parent selector. The body element is perfect for selecting what should be the entire page.
body
body a:link:after, body a:visited:after { content: ""; }