View Single Post
Old 03-15-2014, 04:18 PM   #1
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
Split file doesn't start new page - reader gets stuck

Hi

I'm new here, first post, not native speaker, but here it goes.

I'm creating an ebook from docx, using calibre book editor.
Managed to clean up css nicely, everything looks good, but I have one problem:

I tried to split a html file, as to make it two separate pages, but when I open the epub on my sony reader prs t1, I can't browse past the split file (only when I use the navigate to page I can get passed).
When I use the prs t2 from my wife, I can get passed the split, but it displays a blank page after every split file.

I really don't understand the problem. I've tried page breaks etc, but that doesn't work either. I have split some other pages in the epub, an there's no problem there, just here. Html looks just the same...

I checked the epub with calibre, epub validator and flightcrew, they all say my epub is fine.

Can anybody help me please?

Here is the html from the split file:

<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>Promo</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
</head>

<body>

<p class="italic">‘text here’<span class="smallcap"> – De Morgen</span></p>

<p class="witregel"></p>

<p class="italic">‘text here</span></p>

<p class="witregel"></p>

<p class="italic">‘text here</span></p>

</body>

</html>

Last edited by JLius; 03-17-2014 at 07:51 AM. Reason: privacy
JLius is offline   Reply With Quote