Quote:
Originally Posted by libre75
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:
floating around, but forgot to put it inside of a <ul> or <ol>:
Code:
<ul>
<li>Example</li>
</ul>
Quote:
Originally Posted by KevinH
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.