Horje
html css limit page to a4 Code Example
html css limit page to a4
@media print {
    body{
        width: 21cm;
        height: 29.7cm;
        margin: 30mm 45mm 30mm 45mm; 
        /* change the margins as you want them to be. */
   } 
}




Css

Related
optional changing n Code Example optional changing n Code Example
twig data uri Code Example twig data uri Code Example
css to exclude last row table Code Example css to exclude last row table Code Example
center iframe in editor Code Example center iframe in editor Code Example
Look and Feel Code Example Look and Feel Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9