View Single Post
Old 09-10-2010, 03:24 AM   #5
mrbillb
Member
mrbillb began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Aug 2010
Device: iPad
Here are two of the lines I edit so it will pass epub verification:

<p><br class="bodytext" /></p>

<p><br class="bodytext" /></p>

I change each of them to <p></p>

This is the third one:
<li class="bodytext6">Place the locomotive on your service-mode programming track.<br class="bodytext" />

I change it as follows:
<li class="bodytext6">Place the locomotive on your service-mode programming track.<br />

With these changes, epub verification passes without the "br" errors.
mrbillb is offline   Reply With Quote