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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -