Hi,
1)
I'm creating a PDF from multiple files. I simply write:
in CSS. I got a page-break at the start of every source file. It is possibile to have the page flow without the page-break?
2)
I put a:
in css. I see the counter is reset for each html document, so I have not a real counter increment.
Is there a way to do this, or I'm missing something?
Thank you.
f.
1)
I'm creating a PDF from multiple files. I simply write:
@page { size: 16.5cm 24cm;
margin:1cm;
@bottom-center {content: counter(page);}
}
in CSS. I got a page-break at the start of every source file. It is possibile to have the page flow without the page-break?
2)
I put a:
h3:after { counter-increment: section;
content:" ("counter(section)")"}
in css. I see the counter is reset for each html document, so I have not a real counter increment.
Is there a way to do this, or I'm missing something?
Thank you.
f.