Html – How to control header and footer display on print using CSS
I want to customize my header and footer on each page, and in some cases I want to display the header only on first page on print.window() function. I used size: auto; margin: 0.5mm; but it only disables the header…