I have a page with bootstrap css layout. I am trying to print a table. However, the table does not look the same as on the screen. I include the css file as follows:
<link href='../bootstrap.min.css' rel='stylesheet' type='text/css'>
Is there a way to make the printed table look the same as on the screen, or do I need to create a specific css file only for the table I want to print?
source share