2
Answers

Print page numbers on pages when printing

Photo of ib bellad

ib bellad

9y
2.4k
1
Hi
           
I've read a lot of web-sites about printing page numbers, but still I couldn't make it display for my aspx page when I try to print it.
 
tried this code
 
@page { @bottom-right { content: counter(page) " of " counter(pages); } }
 
counter(pages) always returns 0 for me.. 
 


 

Answers (2)