Thread
:
Ebook Formatting Errors?
View Single Post
07-06-2011, 11:27 AM
#
2
Jellby
frumious Bandersnatch
Posts: 7,555
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
In one in of the HTML files that form the ePUB, you have some element with a "clear" attribute, which is not allowed by the specs. You probably have something like:
Code:
<div clear="both">
and it should have been:
Code:
<div style="clear: both">
or similar.
Jellby
View Public Profile
Visit Jellby's homepage!
Find More Posts by Jellby
Track Posts by Jellby via RSS