I have created an epub in which each chapter is one long paragraph.
Now, the PRS-T1 spilts this paragraph in two or three parts without there being anything indicating why the breaks are being done at that point instead of another point. This creates half empty pages on the reader.
Breaking the long <div></div> element in two changes this behaviour. The text is split at the porposely inserted break.
Trying to set the css style to display:inline brings the problem back.
Does anyone have this problem? Is there a way to go around this issue?
Now, the PRS-T1 spilts this paragraph in two or three parts without there being anything indicating why the breaks are being done at that point instead of another point. This creates half empty pages on the reader.
Breaking the long <div></div> element in two changes this behaviour. The text is split at the porposely inserted break.
Trying to set the css style to display:inline brings the problem back.
Does anyone have this problem? Is there a way to go around this issue?