View Single Post
Old 09-05-2009, 05:24 AM   #1
Lord KiRon
Connoisseur
Lord KiRon began at the beginning.
 
Posts: 89
Karma: 44
Join Date: Jul 2007
Device: Kobo Forma
Bug in Adobe EPUB implementation

The Adobe EPUB implementation (both ADE and Sony) has a bug related to CSS settings.
Look here:


This is result of rendering this file:

Bad File

However here is the same file with one small differences that get displayed correctly:
Good File

The only difference between them is one line in CSS (CSS\default.css) :

Quote:
p {
margin: 0px;
text-indent: 1.5em;
text-align: justify;
display: inline-block
}
The "bad" file has it, the "good one" does not.
Lord KiRon is offline   Reply With Quote