Quote:
Originally Posted by Rev. Bob
Everything from 1 to 30? Try more like 12 to 120; use BIG jumps to make sure you're avoiding the "11px and 12px are the same effective size" and "that's too small to see" problems.
Further, if you're specifying px sizes, the font slider should have no effect on the display. That it does tells me that there's a problem elsewhere in the CSS, resulting in the reader never even seeing this set of rules.
I was proofreading a book recently that looked fine in iBooks and Calibre Edit, but completely shattered under Adobe Digital Editions. I was looking at the CSS for the affected rules, and everything looked good; I didn't get what the problem was. When I looked at the whole document, though, an early rule looked like this:
.c1 {
font-size: 1.25em;mx
}
That syntax error was causing ADE to ignore everything after that line, which was most of the rules, including the ones I was looking at. So even though the specific rules I was scrutinizing were fine, they weren't even being parsed.
|
Please have a look at the following ePub and see if you can find anything not quite right with it.
https://www.mobileread.com/forums/att...2&d=1418401497