Once again I find myself struggling with css issues. Man, I miss the old days of the <font> tag. LOL. Anyway, my code is...
<style type="text/css">
body {background:#8ab3c0; scrollbar-base-color:#89b7ca; font:Verdana;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}
.brown {font-color:#3e0202; font-size:12pt;}
.red {font-color:#510202; font-size:10pt;}
.blue {font-color:#b50909; font-size:12pt;}
</style>
The issues are as follows:
1) The link decoration still renders. All of my links have that ridiculous blue font color, etc. I've gone over it and over it from numerous references, and it really seems that code should work.
2) The font colors in the spans all render as black. The size variations are picked up and rendered properly, but the colors do not change. Again, when looking this up it seems it should work.
Thanks in advance for any help offered.
<style type="text/css">
body {background:#8ab3c0; scrollbar-base-color:#89b7ca; font:Verdana;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}
.brown {font-color:#3e0202; font-size:12pt;}
.red {font-color:#510202; font-size:10pt;}
.blue {font-color:#b50909; font-size:12pt;}
</style>
The issues are as follows:
1) The link decoration still renders. All of my links have that ridiculous blue font color, etc. I've gone over it and over it from numerous references, and it really seems that code should work.
2) The font colors in the spans all render as black. The size variations are picked up and rendered properly, but the colors do not change. Again, when looking this up it seems it should work.
Thanks in advance for any help offered.