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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -