im using this CSS code to create a page like an A4 size paper\[code\].box { width:700px; height:700px;padding:30px;border:1px solid black;margin:1px;display:table; }\[/code\]my problem is:when i print preview, even if i set settings of printer to reduce and fit, still it makes 2 pages, what script should i make so i can make a fix width and length the same as A4 size paper, i saw some articles that there is no specific pixels that equals to A4 size. but then i just want to make 1 page output.Thanks.