Guest User

Untitled

a guest
Nov 15th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ----------------------------------------------
  2. ######### A4 Type Page & Border Margin #######
  3. ----------------------------------------------
  4. @page {
  5. size: A4;
  6. margin: .9cm;
  7. }
  8.  
  9. ----------------------------------------------
  10. ######### Any Type Page & Border Margin #######
  11. ----------------------------------------------
  12. @page
  13. {
  14. size: auto; /* auto is the initial value */
  15. margin: 2mm 4mm 0mm 0mm; /* this affects the margin in the printer settings */
  16. }
Add Comment
Please, Sign In to add comment