Level 18
You can create a separate stylesheet to handle the appearance of your pages when printed using the following.
<link rel="stylesheet" media="print" href="/path/to/your/print.css">
I have a project on laravel i am facing the issue while printing the reports in different browsers
Please or to participate in this conversation.