Thread: <body> style
View Single Post
Old 04-05-2013, 07:08 AM   #14
Jeff L
Zealot
Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.
 
Posts: 117
Karma: 584308
Join Date: Oct 2010
Location: San Francisco
Device: Kindle
Quote:
Originally Posted by Agama View Post
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.
Jeff L is offline   Reply With Quote