Headers and footers colliding
Im using html and CSS to print documents, I have to print the header and the footer on each page, which works but if the headers goes beyond a certain height, the content gets rendered on top of the header.
how to remove white space in print preview after the footer and fix the footer at the bottom of the page in print preview?
There is a white blank space after the footer in print preview, I want to remove that space and fix my footer at the bottom of the page. I tried this code