Quote:
Originally Posted by DiapDealer
So far as I know, the css trick in the manual:
Code:
[class="sigil_index_marker"] { color:#335500; }
only works to highlight words that were manually (and individually) marked using Tools->Index->Mark For Index.
Entries that were indexed automatically using the Index Editor do not get wrapped in their own individual anchor tags. So the css trick will not highlight those words.
|
Thanks, yes, I got it working (that tiny little cursor is very hard to see when I'm trying to check the index links), by using the css code a.sigil_index_marker {color:#FF0000; }, but I had also came to that conclusion (about manually vs using the editor), given that the index editor only seems to point to the beginning of the paragraph a particular word is in, and not the word itself)....meaning, had it been able to be highlighted, the whole paragraph (and hence most of the document) would have been highlighted.
I appreciate your help.