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
}