Thread: Validation
View Single Post
Old 01-27-2011, 11:10 AM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,123
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by ldolse View Post
Those are all fixable, but if you don't understand html it's not trivial to fix them.

In many cases Sigil will let you double click on the error in question and it will take you to the source of the error so you can fix it. The 'clear' example is most likely a line in your css that says 'clear' - you can simply delete the line and it will get rid of the error, but it may change your formatting in some areas of the book, you'd need to review it. Similar for hspace.

You might have more luck on the Sigil or epub forum for individual errors - Calibre won't be able to fix these automatically generally speaking, though you could try to do an epub to epub conversion to see if it could eliminate some of them.
I have see it in the body(file): The line reads <br clear="all" />
I simply replace that with a <br /> to make FC happy
clear="all" is valid HTML4.01 , but I have no idea about a valid EPUB?
theducks is offline   Reply With Quote