I'm having a hard time getting a centered page number while using a content flow for the footer. Are there any examples of how to properly get this working?
Is one example of what i've tried with a separate flow defined for @page as well, although the content based footer seems to disappear.
All help is appreciated, thank you!
@page {
@bottom-center {
content: counter(page);
}
}
Is one example of what i've tried with a separate flow defined for @page as well, although the content based footer seems to disappear.
All help is appreciated, thank you!