I am deploying some books to Amazon Kindle. The text has lots of numeric citations links at paragraph and sentence ends. How do I make kindle text to speech skip over those and not read them out lout. I tried to put them in <sub> element, but it did not help. Also tried using {speak:none} CSS property.
Example:
Code:
text ... <sub><a style="speak:none" href="Footnotes.html#ref1">[1]</a></sub>
Please help.