View Single Post
Old 01-12-2013, 05:36 AM   #1
ivanbayross
Junior Member
ivanbayross began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2012
Device: Amazon Kindle Fire
Exclamation page-break-before not responded to in any Epub reader

Hi,

I am using 2 EPub Readers:
1) Kobo
2) Bluefire

At a appropriate point in my Ebook, I have introduced a <div></div> bound to a class named "pageBkBe4".
Eg: <div class="pageBkBe4"></div>

CSS:
.pageBkBe4
{
page-break-before:always;
}

I am wanting to start the content after this <div></div> on a new page.

Both:
1) Kobo
2) Bluefire

ignore this instruction.

Any advice on how to introduce a page break at an appropriate place in an EPub document so that EPub readers like Kobo, Bluefire respond correctly will be very appreciated.
ivanbayross is offline   Reply With Quote