Trying out the index generation tool in Sigil 0.7.0 on an internal company document, and I'm having issues with the way the anchor for an index entry is formatted.
The formatting looks correct in Sigil's previewer, and it is correct when I view it as an html page. When the epub is loaded into an Ipad, the anchor text has a purple font. I'm tearing my hair out on this one!
Here is the anchor text:
Code:
<h3 id="sigil_toc_id_4">OUR<a class="sigil_index_marker" id="sigil_index_id_1" title="Values">VALUES</a></h3>
The word VALUES is always purple on an Ipad.
The css that I'm using regarding the anchor element is as follows:
Code:
a.sigil_index_marker {color: black;text-decoration: none;}
a {color: black;text-decoration: none;}
a:link {color: black;text-decoration: none;}
What am I doing wrong? I suppose I could do a regex and replace the anchor with a span and get rid of the class. I shouldn't have to do that though.
Anybody have any ideas?
Thanks,
Bob