Quote:
Originally Posted by fluoresce
I have used the following lines of CSS code in my EPUB:
Code:
h2, h3, h4, h5, h6 {
page-break-inside: avoid;
page-break-after: avoid;
}
I have heard that using this code can cause problems for people using small screens in landscape mode.
It would be interesting to hear your opinions.
Should I not use this code? Can it cause problems? Is it well supported?
Another question . . .
Do you guys switch off hyphenation?
|
Those css properties only will work with RMSDK (ADE) based ereaders (in ereaders based on webkit won't work). I use those properties and so far I didn't find any issue (applied to h1-h6 headers).
And regarding hyphenation, I disable it for <h> tags.