View Single Post
Old 03-11-2012, 04:58 PM   #11
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by The CB View Post


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 }
theducks is offline   Reply With Quote