How can you edit what goes in the headers and footers of a HTML page that a user will be printing out?
Printable View
How can you edit what goes in the headers and footers of a HTML page that a user will be printing out?
I don't think you can, it seems to be part of the reccomendation for css3. I've seen it suggested that if you place the contents of your page in a table and use thead and tfoot when the table wraps to a new page the head and foot get printed again. it might be worth a try but it seems rather messy to me.
Also I've seem to recall having issues with thead/tfoot in the past when I was trying to create a table with a scrollable body (usual browser support problems).