Thread: Error epubcheck
View Single Post
Old 05-26-2014, 04:53 AM   #13
odedta
Addict
odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.
 
Posts: 398
Karma: 96448
Join Date: Dec 2013
Device: iPad
Calire spits out a bunch of errors, the important one for you is the error in parsing the HTML file, that means there is something wrong with the syntax which you wrote the HTML file and that's why it doesn't show on a reader. i.e. You could have missed a quote symbol or didn't close a tag properly.

In this case:
Quote:
http-equiv=Content-Type
Is missing the quotes "", should look like this:
Quote:
http-equiv="Content-Type"
Some other attributes are missing quotes such as:
Quote:
lang=EN-GB
lang=EN-US
These are tags automatically generated by Microsoft word and are incorrect form of use when writing HTML code.

I really recommend using Calibre, there is absolutely no reason to hand code everything from scratch, even if you like to learn to old fashioned way.
odedta is offline   Reply With Quote