Posts

Showing posts with the label css print page size a4

CSS Source code for print page size a4 if the target sheet dimensions are 21.0cm × 29.7cm (i.e., A4)

 CSS Source code for print page size a4 if the target sheet dimensions are 21.0cm × 29.7cm (i.e., A4) <style type = "text/css">    <!--       @page {          size: auto;   /* auto is the initial value */          margin: 10%;       }    --> </style> How do you make A4 size in HTML? >> 72 dpi (web) = 595 X 842 pixels. >> 300 dpi (print) = 2480 X 3508 pixels. >>600 dpi (high quality print) = 4960 X 7016 pixels.