Hello

,
since my Sony ereader seems to have problems with large html files I've had to break them down to smaller files.
Which brings me to the Problem that ADE puts a hard pagebreak between two text paragraphs located in two consecutive html files (which is fine if each file contains a different chapter, not so if the different files are a technical reason).
An epub with the following opf entries:
Code:
<item id="section-1_part1" href="section-1_part1.html" media-type="application/xhtml+xml"/>
<item id="section-1_part2" href="section-1_part2.html" media-type="application/xhtml+xml"/>
[...]
<itemref idref="section-1_part1"/>
<itemref idref="section-1_part2"/>
has a hard page-break between the last page of
section-1_part1.html and the first page of
section-1_part2.html.
Is there a solution or a hack to prevent page brakes for consecutive html files so the textflow is the same as if those two files would be one?