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

how to add preprocess loader in webpack 2 -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -