xhtml - Why my css not affective while printing -


i using external css in xhtml printing page. in browser showing right output while printing css not effect. why? please help.

use media query specify print styles, example:

@media print { ... } 

the stylesheet default screen, not apply printers.

references


Comments