Hi guys, anyone knoe how i can start the page counter, after the titlepage?
actually im using this:
@bottom-right
{
content: counter(page) " / " counter(pages);
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 9pt;
}
Hi @serc,
As far as I understand you example and the variables used, one of your counters uses the name "page".
First you will need to hide the page counter on your titlepage using css. Next you will need to make sure that you use the counter-reset function "counter-reset(page)" before your first 'real' page is rendered - doing so the first page should start with 1. Of course you need to do the same for the pages counter.
Btw. using Scroll PDF Exporter this can be done in a graphical template designer.
Best, Tobias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.