Quote:
Originally Posted by Turtle91
Have you used {page-break-after: always}?? Or any of its alternative forms...
[CODE]
<p class="answer">Answer to question #x</p>
.answer {
|
Thanks a lot for the suggestion!
I already have tested these codes:
page-break-after: always;
break-after: always;
They work in Kindle Previewer and ADE 2.0, but not in Kobo Desktop.
Now I tried these:
page-break-after: always;
break-after: always;
-moz-column-break-after: always;
-webkit-column-break-after: always;
But it's the same—they work in Kindle Previewer and ADE 2.0, but still not in Kobo Desktop.