Quote:
Originally Posted by Tex2002ans
[Some good points deleted]
Do you guys try to implement at least SOME CSS code like a "page-break: avoid"? (not talking Kindle specific here)
Indeed. Same how I feel.
|
Certainly the CSS page-break avoid is the best solution when it is an available choice and when the target device supports this. Enclose the image and the caption in a div statement and set it to avoid. This is an excellent choice when the page image is not forced to be at the top of the next page and particularly where multiple screen sizes are used. Forcing the image to the top of the next page with page-break always is another choice.
Dale