Quote:
Originally Posted by tscamera
after...
importing a calibre converted epub,
setting appropriate headings (toc),
deleting a unneeded page,
doing other little formatting steps....
exporting to ebook readers PRS-600/350/650
works fine.
except that every new html-page is displayed on a new readerpage.
that doesn't make sense, in the middle of a text a page break!
is there a way to avoid that?
so i did....
inserting a chapter break before every heading,
renaming it with my chapternames of the book,
merging the rest with "merging previous" in proper way.
works not so fine!
with sigil bookview erverything is fine,
with the sony library reader... too.
BUT,
on every of my sony reader i got a PAGE ERROR,
trying to open that book.
after getting a kind of harsh response in the sigil project forum,
i am a little bit shy.
so i'll firstcheck first...
does anybody having an idea what happend?
a maybe...
is it 'cause the segments are to large now, a least one of it?
and how do i know?
|
Look (set the cursor insert point with a click) at the place where the break happens.
Now switch to Code view.
Is there a <br /> or something else right there.
A new paragraph starting, wit orphan control in the CSS (class) might demand that a new page start. you could simply remove that line in the style sheet.
New FILES, typically start on a fresh page/screen. If the file1 is not huge, Use the Merge (the second part) with previous..
SAVE
If the line count is pretty high, try and pick a better place to split (so your file segment remains no larger that 200K, to be compatible with most readers)