Quote:
Originally Posted by charleski
Hmm, just took a look at it in Desktop ADE and I can't see the problem you describe, the page breaks seem just fine.
BTW, if you want footnotes to display without disrupting the line height in ADE, the right vertical-align to use is 'top', as 'text-top' will usually cause a gap:
.fn { font-size: 67%; vertical-align: text-top; }
.fn { font-size: 67%; vertical-align: top; line-height: 0.8}

|
Thanks, Charleski, that's most helpful. I hadn't looked at the problem with ADE, only on my Cybook Gen3. I'll read the book with ADE and see how it looks. Of course I still don't know why I'm seeing the extra blank pages on my Cybook.
And thanks for the hint about top rather text-top. Why did you suggest line-height: 0.8?
Regards, Alex