View Single Post
Old 02-10-2012, 09:53 PM   #8
snarkophilus
Wannabe Connoisseur
snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.snarkophilus ought to be getting tired of karma fortunes by now.
 
Posts: 425
Karma: 2516674
Join Date: Apr 2011
Location: Geelong, Australia
Device: Kobo Libra 2, Kobo Aura 2, Sony PRS-T1, Sony PRS-350, Palm TX
One bit that doesn't look right is the <div> tags. Near the top of AroundtheWorldin80Days_5.html there is a:

Code:
<div class="split">
line and just before the table there's this line:

Code:
                        <div class="Basic-Text-Frame">
but after the table there's these lines:

Code:
                        </div>
                </div>
</div>
I wonder if the Sony reader is getting confused by two opening <div> tag but three closing </div> tags?

Sigil can do some cleanups automatically. Just opening the epub in Sigil removes the last </div> tag.

It looks like a not-quite-correct epub to me.

Cheers,
Simon.
snarkophilus is offline   Reply With Quote