Is it possible to print HTML pages with custom headers and footers on each printed page?
I\'d like to add the word \"UNCLASSIFIED\" in Red, Arial, size 16pt to the t
I found one solution. The basic idea is to make a table and in thead section place the data of header in tr and by css force to show that tr only in print not in screen then your normal header should be force to show only in screen not in print. 100% working on many pages print. sample code is here
COMPANY NAME FOR SCREEN
DESCRIPTION FOR SCREEN
COMPANY NAME FOR PRINT
DESCRIPTION FOR PRINT
Column 1
Column 2
Column 3
1-1
1-2
1-3
2-1
2-2
2-3