I've seen this answer...
@page {
@bottom-left {
content: counter(page) "/" counter(pages);
}
}
many times, but it never outputs anything to the page for me, even though it's supposed to work. I've tried 'inventive' ways of getting page numbers at the bottom but I can never get it to work reliably. The count is fine, but the location is always off, so I've scrapped it.
Any reason why this CSS shouldn't be working? As stated, I'm printing with Google Chrome.