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

Answer by JohanB for Adding a text footer to the bottom of every printed page...

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;...

View Article


Answer by Andrew Vit for Adding a text footer to the bottom of every printed...

CSS doesn't have any notion of page media, so it's going to be impossible to guarantee where the page breaks are going to occur naturally.EDIT As pointed out below, CSS 2.1 did introduce @page as a way...

View Article

Adding a text footer to the bottom of every printed page when a web page is...

Is there a technique for adding a text footer the bottom of each page when it is printed? For example "Copyright My Company 2010" - I know there is probably a way to do this with a background image...

View Article
Browsing latest articles
Browse All 3 View Live