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?