Hi Calibuser
The bad penny has turned up again.
I was running ePubTidy and got the message
Quote:
Incorrect XHTML: OEBPS/Text/chap001.xhtml Line/Col 15,12 Entity 'nbsp' not declared.
|
This time I investigated carefully and foumd that a line conaining the following was the problem.
<p><br/></p>
The line number in the message was two lines away from the actual problem.
The line <p class="ptextctr"><br/></p> does not cause the message to pop up.
The well formed html check and ePubcheck pass both of the above strings with no problems.