Quote:
Originally Posted by Bismar
Could this be it? As far as i can tell i'm at the correct line.
<span class="calibre3"><u class="calibre4">[1]</u></span></p><div class="calibre2"></div>
|
Yes, that's the line. ePub is based on XHTML 1.1.
http://www.w3.org/TR/xhtml11/
the underline <u> tag was deprecated in XHTML 1.0 Transitional, and removed from XHTML 1.0 Strict and XHTML 1.1
Try changing
<u class="calibre4">[1]</u>
to
<span class="calibre 4" style="text-decoration:underline">....</span>