View Single Post
Old 02-09-2014, 07:51 PM   #5
JimmyR
ɴₐɴ
JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.
 
JimmyR's Avatar
 
Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
Quote:
Originally Posted by Ahriman View Post
I go to Preferences>User Stylesheet and copy your text and it still doesn't work
Try
Code:
a:link, a:link * {
  color: #000 !important;
  text-decoration: none !important;
}
Sometimes the link elements may contain child elements which are styled instead of the links themselves. It just depends on how the particular html was written. Example:
Code:
<a href="file1.html" class="toc"><span class="blue"><span class="underline">Acknowledgments</span></span></a>
The span styles will override the parent link styles.

Last edited by JimmyR; 02-09-2014 at 08:16 PM.
JimmyR is offline   Reply With Quote