View Single Post
Old 06-21-2022, 08:48 AM   #29
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,143
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by retiredbiker View Post
Interesting. Doing what I've been doing, I haven't noticed blank pages. Maybe rarely, when a chapter end happens to push a page limit.
A chapter end should not push the the page limit. There should be no margin code to push beyond the last line of a chapter. If you do use some space between paragraphs, on the last paragram, use something like...

Code:
.nospace {
  margin-bottom: 0;
}
Code:
<p class="nospace">This is the last paragraph of the chapter."</p>
JSWolf is offline   Reply With Quote