Somehow a couple of posts where the following CSS entrys were recommended for link color control have disappeared.
Anyway, I have tried all of these and none of them work in Calibre.
If they work for you, please tell me where I'm going wrong.
Code:
a:link {
color: #000000;
}
a:visited{
color: #000000;
}
a:hover{
color: #000000;
}
a:active{
color: #000000;
}