I\'ve got a table that has some boxes in it, and I want these to show as normal text when printing. I have set up a media=\"print\"
If you are using Bootstrap:
@media print { .no-print { display: none !important; } .form-control { border: 0; padding:0; overflow:visible; } }