I designed an HTML page with a header, content, and footer. When I attempted to print the page, it spanned across 2 pages with the header on the first page and the footer on the last page.
My goal is to have the header and footer display on every page, similar to how it works in a Word document.
I discovered that using a table format with thead and tfoot achieves this result. It worked in Firefox and IE, but unfortunately not in Chrome. Could this be due to a webkit browser compatibility issue?
Is there another method that is compatible with all browsers?
Update: As of April 2021, the bug remains unresolved . as noted below by SHAKU here