Quote:
Originally Posted by Agama
Old readers like my PRS-300 display horrible ADE page numbers down the right margin. Using margin-right in @page causes these numbers to appear further left, (which is more obtrusive), whereas in body it does not...
|
From what I understand, the ADE page numbers occur outside the body but inside the @page. So you need to leave enough of a gap between whatever you set for body and @page to fit the page numbers.
I use this:
@page { margin-right: 0em}
body { margin-right: 16pt}
It leaves enough space for 3 digit page numbers. Perhaps a smidgen more would be needed for 1,000+ pages.