Quantcast
Channel: Adding a text footer to the bottom of every printed page when a web page is printed - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by JohanB for Adding a text footer to the bottom of every printed page when a web page is printed

$
0
0

The W3C Working Draft for CSS Paged Media Module Level 3 contains a method to print in the margins.

Try this code, but it might not be widely supported yet.

@page {     margin: 2cm; 2cm; 2cm; 2cm;     @bottom-center { content: "Copyright My Company 2010" }     @top-right { content: counter(page) }}

Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>