Thread: PRS-T1 Calibre added CSS
View Single Post
Old 08-10-2014, 04:48 PM   #6
ousia
Enthusiast
ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.ousia writes the songs that make the whole world sing.
 
Posts: 28
Karma: 40680
Join Date: Aug 2012
Device: Sony PRS-T1
Quote:
Originally Posted by soseono View Post
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.
ousia is offline   Reply With Quote