I have a certain page that I want the user to be able to print using the native browser print page (window.print()) and I want to be able to show the user a preview of the page
I have a css file called print.css which looks like this :
@media print
{ ... }
The native print looks good but I can't figure out how to show the print preview, which means applying the css within "@media print" on demand