Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
2.38/5 (4 votes)
See more:
Dear friends


Kindly help me,
I want to display and Print reports in A4 size document.
I want to use CSS3 AND HTML5 to create documents and those html documents will be printed on A4 Size Pages with repeating Header and Footer


Thanks

JYOTIRMOY
Posted

1 solution

You don't need css3 or html5 for that, just the @media and @page rules from css2.1.
Look here:
http://www.gordonlo.ca/post/CSS-Print-Media-Page-Headers-and-Footers.aspx[^]
http://www.tutorialspoint.com/css/css_paged_media.htm[^]
Although there are some problems with older browsers, thus newer ones (that support css3 and html5) will better deal with this topic too. But be aware, that printer media might need little adjustment relatively to the screen media. So test everything trough.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900