StephanieCC
Technical User
I am trying to use CSS to print a web page to prevent cutting off the right side--I've seen the code below but don't know how to use it--does it go in the regualr style sheet and if so where and with anything else before it? Or do printing instructions go in a separate media style sheet?
If I understand this correctly, you can adjust the printing margins to accomodate for width--is that right?
@page (or) @media print { size 8.5in 11in; margin: 2cm; }
If I understand this correctly, you can adjust the printing margins to accomodate for width--is that right?
@page (or) @media print { size 8.5in 11in; margin: 2cm; }