View Single Post
Old 04-10-2017, 10:53 AM   #1
franckv
Junior Member
franckv began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2017
Device: none
hyperlink CSS for KF8

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?
franckv is offline   Reply With Quote