Quote:
Originally Posted by RbnJrg
It will be together if you use:
Code:
div.poem {
float: left;
width: 100%;
page-break-inside: avoid;
}
|
I don't think that will work. In my testing the page-break-avoid seems to only be effective if used with a relatively small width. The details of this are mysterious.