View Single Post
Old 10-20-2015, 06:59 PM   #56
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,083
Karma: 147983159
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by theducks View Post
You will if the device default is wrong, which on RMSDK it is.
RMDSK is not wrong, the default font size is 1em. You may want a different font size, but the default is not wrong.

Quote:
If you don't force it, those block numbers smear the text on the right, making both unreadable.
If I use
body{
display: block;
font-size: 1.2em;
line-height: 1.2;
page-break-before: always;
margin: 0 16pt 0 2pt;
padding-right: 0;
padding-left: 0;}

With a level 3 zoom (1 being default), those numbers don't smear until the fourth digit
If you use an old version RMDSK then yes, you will get the numbers on the right side. But that would be a 1.7.2 version ADE and not a 2.0+ version ADE. In some versions RMDSK, you can turn on or off the right margin page numbers. You can on Kobo Readers. Publishers need to stop coding for the right margin page number. It just causes a large margin. And stop using @ page as that can cause such a page number to move away from the bezel more towards the left side of the screen.
JSWolf is offline   Reply With Quote