Quote:
Originally Posted by The CB
And here is the part of that exact page. I have to do it like this because I am not sure if I am allowed to post this book here now.
<body>
<p class="CB">J. G. Ballard:</p>
<p class="CB">Memories of the Space Age</p>
<p class="CB1">Preveo Žarko Vodinelić</p>
<h3 id="heading_id_2">Sjećanje na svemirsko doba</h3>
<p>Cijeli je dan taj čudni pilot ..........poput komadića uznemirena uma.</p>
<p>Sa svoga balkona Mallory je .......... napuklog betona.</p>
I shortened the paragraphs no need for them to be in entire length. And the part of the text that you can see above "J. G. Ballard" is from the previous file-chapter. I hope you can see and understand what I am talking about here.
|
To be blunt, that is a Crazy layout
You have 3 lines of text
Before the H3 heading, the normal anchor point.
the H3 style does not have a page-break-before: always (which will also orphan those 3 lines I mentioned.

You could make the
first P have an additional selector
<p class="CB
pagebreak">
and have a style:
.pagebreak {page-break-before: always }