View Single Post
Old 09-17-2013, 10:53 PM   #107
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,588
Karma: 79436940
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by abcman123 View Post
Poop. The preview shows so little as to be useless

Except... in the Kobo Desktop I see the same issue on the "In Gratitude" page.

The first paragraph
Quote:
Although this book lists only one author, in reality the ideas it molds together were contributed and refined by many extraordinarily insightful and selfless colleagues.
is in a small font, and the second one
Quote:
I am similarly indebted to the many executives and employees of companies in the disk drive industry who opened their memories and records to me as I tried to understand what had driven them in the particular courses they had taken.
I'm not overly sure why this is happening though. The 1st paragraph is marked up with <p class="p1"> and the second with just <p>, however the definitions of the two CSS's is identical apart from a text indent setting.
Code:
    p { display: block;
 font-size: small;
 margin-top: 0em;
 margin-bottom: 0em;
 margin-left: 0em;
 margin-right: 0em;
 text-indent: 20pt;
 }
    .p1 { display: block;
 font-size: small;
 margin-top: 0em;
 margin-bottom: 0em;
 margin-left: 0em;
 margin-right: 0em;
 text-indent: 0em;
 }
Opening the material in Sigil or ADE all displays correctly. (This is all from just working with the Preview from the website).

I am going to pass this on to Kobo...
PeterT is offline   Reply With Quote