I am in the process of creating an epub file.
Everything looks good in html format, it looks good in Calibre, works well in Adobe Digital Editions ... but ... when it's transferred to the Sony Reader the TOC doesn't work.
When i click on a specific chapter from the TOC it jumps down to the area just before the page break, instead of just after the page break where the chapter actually starts. I've changed the coding between
page-break-after: always;
and
page-break-before: always;
nothing is working.
Does anyone know why this is happening, and how I would be able to fix it?
Thank you