How do I set the height of the header and footer?
I've tried:
@page {
size A4;
@top-left { height: 10pt; }
}
but it doesn't work.
Mong
I've tried:
@page {
size A4;
@top-left { height: 10pt; }
}
but it doesn't work.
Mong
@page {
margin-top: 10pt;
margin-bottom: 20pt
}
@page {
@top {vertical-align: bottom;}
/* margin: 2.6cm 1.25cm 2.6cm 1.25cm;*/
/* top right bottom left before vertical-align: bottom */
margin: 1.5cm 1.25cm 1.5cm 1.25cm;
/* with vertical-align: bottom */
padding-bottom: 1em; /* 1em=0.423cm */
padding-top: 1em;
@bottom {vertical-align: top;}
}