Quote:
Originally Posted by theducks
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.