Printing a web page
-
hi all, i'm trying to use javascript funtcion 'javascript:window.print();' to print current webpage. the problem that i lose all my color font, layout when i do the print. is there something to add to CSS to print the same page as it is shown on screen ? Thank you for helping me :)
-
hi all, i'm trying to use javascript funtcion 'javascript:window.print();' to print current webpage. the problem that i lose all my color font, layout when i do the print. is there something to add to CSS to print the same page as it is shown on screen ? Thank you for helping me :)
Make sure the CSS you're using isn't scoped to just the 'screen.' If it is, you'll have no stylesheets while printing :doh:
-
hi all, i'm trying to use javascript funtcion 'javascript:window.print();' to print current webpage. the problem that i lose all my color font, layout when i do the print. is there something to add to CSS to print the same page as it is shown on screen ? Thank you for helping me :)