Quote:
Originally Posted by soseono
You can easily un-highlight with css, without removing the actual a tags. Try this:
a:link { text-decoration:none; background-color:transparent; }
a:visited { text-decoration:none; background-color:transparent; }
a:hover { text-decoration:none; background-color:transparent; }
a:active { text-decoration:none; background-color:transparent; }
ps. Also, adding "!important" to the above might help overriding whatever other css settings.
http://www.w3.org/TR/CSS2/cascade.html#important-rules
|
soseono,
many thanks for your reply.
I know your reply is more than 30 months old, but I would like to ask you: did your recommendation work on your device?
Sorry, but I’m afraid I cannot get it working on my Sony PRS-T1.
Many thanks again.