Forum How do I...?

resetting the page counter... i must lack clue...

mrose
Prince 6.0 (alpha 2007-03-16)

i am putting together a simple membership roster which has three sections

<div> ... </div>
<div> ... </div>
<div> ... </div>

i have

div.roster {
counter-reset: page 1;
}

@page :left {
@top-left { ... content: "Page " counter(page) " "; ... }
...
}

but the page counter doesn't resent.
mikeday
Well your sample code looks fine, and similar code works fine when I test it here, so could you send us the document or a fragment of the document that demonstrates the problem so that I can take a look?
mrose
just fyi for any readers of this thread:

the page counter is being reset inside a table, and apparently that exercises a bug.

mikeday is looking into a future fix.

thanks mike!

/mtr
mikeday
This bug has been fixed in the latest alpha version of Prince 6.0.
mrose
thanks! i'll check it out...