Posts

Showing posts with the label margins page box

Css source code for @page rule to set margins page box in this example requires a target sheet size of 8.5" × 11" or larger.

  Css source code for @page rule to set margins page box in this example requires a target sheet size of 8.5" × 11" or larger. <style type = "text/css">    <!--       @page {          size: 8.5in 11in;  /* width height */       }    --> </style>