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
Post a Comment