Quote:
Originally Posted by PeterT
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 is in a small font, and the second one
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...
|
I just decided that it was a case of the software handling p and .p classes differently since like your examples, the code was identical for each. The same book did the same thing on my Sony readers if that's any help to you.