superscript colour issue
hi there. trying to change superscript to black. I have succeeded in changing superscript to black as per screen shot BUT the ePub checker rejects as follows:
ERROR(RSC-005): /OEBPS/Flow_8.xhtml(63,256): Error while parsing file: element "font" not allowed anywhere; expected the element end-tag, text or element "a", "abbr", "acronym", "applet", "b", "bdo", "big", "br", "cite", "code", "del", "dfn", "em", "i", "iframe", "img", "ins", "kbd", "map", "noscript", "ns:svg", "object", "q", "samp", "script", "small", "span", "strong", "sub", "sup", "tt" or "var" (with xmlns:ns="http://www.w3.org/2000/svg")
THIS IS CURRENTLY HOW THE CODE STANDS: CAN I REPLACE The <font color> tag with something else? this is the only superscript I want to make black. all others are fine.
<p id="box3_0" class="para-Normal-Local-5"><span class="char-Normal-Local-5">The Craytúreen</span><span class="char-Normal-Local-8"><sup><a id="box3_noteref_114" class="char-Normal-Local-57" href="Flow_8.xhtml#box3_footnote_114"><font color="black">3</font></a></sup></span><span class="char-Normal-Local-5"> </span></p>
|