How to override the custom Print preview in jquery or using CSS?
How to override the custom Print preview in jquery or using CSS?
Hello everybody,
I want to override the print preview.
1) The problem is that i have a border of 30px around my table, on clicking the print button that border is not automatically set to display:none like every element on the page.
2) Second problem is header is not showing it is setting the height of tr in thead is set to 0, and also all elements inside it are set to
text-align: center;
width: 37px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
height: 0px;
Any help?