View Single Post
Old 07-23-2010, 05:41 AM   #3
AlexBell
Wizard
AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.
 
AlexBell's Avatar
 
Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
Quote:
Originally Posted by charleski View Post
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
AlexBell is offline   Reply With Quote