Hi,
With 6.0 rev 5 I am using the following CSS to reset the page counter:
#part162484 {
counter-reset: page 1;
}
It always creates a blank with the old page number in the footer before correctly resetting the page counter on the next page. (It does not create a blank page if I reset a counter other than page.)
Is that a bug / intended behaviour / something else wrong with my CSS?
Thanks
Peter
With 6.0 rev 5 I am using the following CSS to reset the page counter:
#part162484 {
counter-reset: page 1;
}
It always creates a blank with the old page number in the footer before correctly resetting the page counter on the next page. (It does not create a blank page if I reset a counter other than page.)
Is that a bug / intended behaviour / something else wrong with my CSS?
Thanks
Peter