I pass the information into a div and I have a jQuery print element to print this div. But paper is always printed out of center. How can I design a div to print in the center of the page? is there an appropriate height / width?
This is my css div class
.contract { align: 0 auto; text-align: center; width: 800px; background-color: #fff; clear: both; display: block; }
source share