View Single Post
Old 02-10-2014, 08:41 AM   #7
Ahriman
Junior Member
Ahriman began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2014
Device: Kindle for Android
Quote:
Originally Posted by JimmyR View Post
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.
Thank you! It worked!
Ahriman is offline   Reply With Quote