Quote:
Originally Posted by Veelk
Thanks for the help. However, I've tried this with various of my ebooks and it doesn't work with any of them. Am I doing something wrong? I put it into the CSS of the user stylesheet section of preferences.
|
Did you properly LINK the stylesheet to your html pages?
Quote:
Originally Posted by Veelk
In my mind, if the paragraph takes up half the screen before continuing onto the next sentence, I would have the program just move the entire paragraph over to the next page. So basically, fit as many complete paragraphs onto the screen as possible. The only exception is when the paragraph is larger than the screen size itself, then it has to just break. And I would agree that would mean large paragraphs could potentially leave half the screen blank, but I have a fairly large screen with normal size text, so very few books actually do this for me. And in books that have mostly short paragraphs though, it would be a godsend.
|
This is exactly what "p {page-break-inside:avoid}" is supposed to do, as BR posted. Unfortunately not all devices or reading apps do what they are supposed to do...either the app/device sucks, or the IDPF standard is not written clearly enough.