Код: Выделить всё
@page {
size: A4;
margin: 0;
}
@media print {
footer {
position: fixed;
bottom: 0;
width: 100%;
}
Подробнее здесь: https://stackoverflow.com/questions/784 ... e-footer-a
Код: Выделить всё
@page {
size: A4;
margin: 0;
}
@media print {
footer {
position: fixed;
bottom: 0;
width: 100%;
}