Ravinder's avatar

Css for Printing

I have a project on laravel i am facing the issue while printing the reports in different browsers

0 likes
3 replies
joedawson's avatar

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">
Ravinder's avatar

Thank's Joe but the thing is that i am not getting the index file where to put this link tag of stylesheet.

Please or to participate in this conversation.