Hi,
I try to customize the way an hyperlink is displayed on Kindle/iOS.
So far after googling and browsing this forum I can't find any solution. Furthermore, the behavior is very bizarre. For example:
Code:
<p><a style="text-decoration: none;" href="XXXX">This link should NOT be underlined (page doesn't exist).</a></p>
<p><a style="text-decoration: none;" href="IExist.xhtml">This link should NOT be underlined. (page exists)</a></p>
This only works when the linked page doesn't exist!
Is there a way to change an hyperlink's style at all?