Incendio
10-31-2005, 06:24 PM
I'm trying to make the link color of the links that are in a table change. But I'm not sure if it's even possinble. Can I use a stylesheet like this?
td.heading{
background-color:#808080;
letter-spacing:2px;
color: #E0E0E0;
font-weigh:bold;
A:link{
color: B4B4B4;
text-decoration: none;
font-weight:none;}
A:visited
{ color: #B4B4B4;
text-decoration: none;
font-weight: none;}
A:hover
{ color: #B8BAB9;
text-decoration: underline;
background-color: #EFEBEB;
font-weight: none;
cursor: help; }
A:active
{text-decoration: none;
color: #B8BAB9;
font-weight: none;}
I think not, since it didn't work for me. But is ther any other way??
td.heading{
background-color:#808080;
letter-spacing:2px;
color: #E0E0E0;
font-weigh:bold;
A:link{
color: B4B4B4;
text-decoration: none;
font-weight:none;}
A:visited
{ color: #B4B4B4;
text-decoration: none;
font-weight: none;}
A:hover
{ color: #B8BAB9;
text-decoration: underline;
background-color: #EFEBEB;
font-weight: none;
cursor: help; }
A:active
{text-decoration: none;
color: #B8BAB9;
font-weight: none;}
I think not, since it didn't work for me. But is ther any other way??