Hy, I had quite some difficulties to find out how to make space for the footnotes.
I have:
further more I have:
I appears as the footnotes are within the page but outside of the body. Would it be possible to create a cheatsheet which shows where the different elements (like bottom, footnotes, page, html, body) are?
When I have 3 footnotes on a page the first will render on the same page and the second and third are rendering on a blank page. Is it possible to render them instead on the following pages?
I have:
@page {
size: 210mm 297mm;
margin: 20mm 20mm 10mm 20mm;
padding: 0;
@bottom {
content: counter(page) " / " counter(pages);
}
}
further more I have:
body {
border: 1mm solid #CCC;
width:170mm;
height: 255mm;
}
I appears as the footnotes are within the page but outside of the body. Would it be possible to create a cheatsheet which shows where the different elements (like bottom, footnotes, page, html, body) are?
When I have 3 footnotes on a page the first will render on the same page and the second and third are rendering on a blank page. Is it possible to render them instead on the following pages?