Anyone knows how to omit the header and footer in web printing?
Thanks.......
Thanks.......
| kamoe_x wrote: |
| What I did, i converted the data into pdf and excel.... but i heard that there is a JS for that one....
Thanks anyway.... |
| Code: |
| <link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="printstyle.css" media="print" /> |
| Code: |
| #header, #footer {
display: none; } |