|
Hello,
Just a feedback.
For this kind of page: http://www.webrankinfo.com/dossiers/techniques/...
there is no print css description, so (I guess), your script do nothing except the alert "No exclusivly print css was found". But the print result is very different of the screen.
Then:
I saved this page on my desktop and add "print," in the media attribute of all linked css files.
BEFORE: media="screen,projection"
AFTER: media="print,screen,projection"
and I got a WYSIWIG print result :)
So, my suggestion is: add "print," in the media attribute of all linked css files.
Thanks and regards.
|