Should I store #wrapper{ width:100%}in print css? because on the screen my design has a fixed width 960 px. but there are so many types and sizes of paper in the world, and everyone can print on paper of any size, more and less.
So, if in the print css I do not specify a relative width, I think the print page is cut from the correct size, if the user will print on paper sizes that can be smaller or larger width than the width of my #wrapper site ( 960px). then this can create a problem.
http://www.dpandi.com/paper/index.html
a printeralso leaves some margin on printing. A.
So, is all relative size needed in print css?
update:
And also I have to change the float left or right to float: none in print css?
source
share