css - Print HTML with header and footer every page on all browser -


header @ top of each several pages... footer @ bottom of each page page no

i want print #header , #footer page no on every page in html print mode. i'd try css @media print @page @bottom-center @top-center. doesn't work.

in theory can use:

<link rel="import" href="http://example.com/elements.html"> 

but in real life html tag work on modern browser , not idea use option.

better use php language , <?php require '...'; ?>


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -