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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -