Quote:
Originally Posted by Hitch
Ruben:
I haven't tried this (we've had a bizarro-world week from hell here), but....with the neg. indent, don't you run into issues with all Kindles? Not just the whole KF7 versus KF8 thing, but when a user enlarges a font, and a negative indent is involved, if you don't use padding on the left-margin, doesn't it run off the edge of the screen? (although, I suppose, with a line, who would notice?  )
Hitch
|
Hi Hitch;
Yes, I think you're right. Watch the following images:
1. Kindle Previewer (font-size: 3)
2. Kindle Previewer (font-size: 11)
As you can see, with a font-size "3", instead of "--- I ---- " we could also have written "--- II ---- " without problems. But with a font-size "11" that is not possible. So, we need to add code to manage that issue with bigger font-size and my "perfect solution" was not so perfect