axcxe
12-31-2002, 01:21 AM
Hi, I am using a style sheet to define the colors of links, my code is:
<style type="text/css">
<!--
a:link { font-family: Arial; font-size: 12-small; color: #CCCCCC; text-decoration: none;}
a:hover { font-family: Arial; font-size: 12-small; color: #FFFFFF; text-decoration: none;}
a:visited { font-family: Arial; font-size: 12-small; color: #000000; text-decoration: none;}
body { background-color: #999999; }
-->
The email to link uses the stylesheet's colors, but the links to mp3 files are not using the sheets colors. I am using dreamweaver mx. Any help is appreciated, garrett
<style type="text/css">
<!--
a:link { font-family: Arial; font-size: 12-small; color: #CCCCCC; text-decoration: none;}
a:hover { font-family: Arial; font-size: 12-small; color: #FFFFFF; text-decoration: none;}
a:visited { font-family: Arial; font-size: 12-small; color: #000000; text-decoration: none;}
body { background-color: #999999; }
-->
The email to link uses the stylesheet's colors, but the links to mp3 files are not using the sheets colors. I am using dreamweaver mx. Any help is appreciated, garrett