Thread: Epub error
View Single Post
Old 03-12-2020, 01:26 PM   #3
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by libre75 View Post
the problem that does not tell me the exact point, can someone help me?
Take the problem chapter and paste the HTML into W3C's Markup Validation. It should give you a better location of the exact error.

Most likely you have a stray:

Code:
<li>Example</li>
floating around, but forgot to put it inside of a <ul> or <ol>:

Code:
<ul>
<li>Example</li>
</ul>
Quote:
Originally Posted by KevinH View Post
Is this the flightcrew plugin or the epubcheck plugin. Both should open the validation window and by clicking on the error should take you to the correct file and line in CodeView.
In the code above, double-clicking the error in Flight Crew usually jumps you to the ending </body> tag... not to the exact location the actual broken tag started.

Last edited by Tex2002ans; 03-12-2020 at 01:29 PM.
Tex2002ans is offline   Reply With Quote