Quote:
Originally Posted by retiredbiker
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>