ok, i used this
A:active {
font-family: Verdana;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
cursor: default
}
A:hover {
font-family: Verdana;
font-size: 10pt;
color: #FFFFFF;
text-decoration: underline;
cursor: default
}
A:link {
font-family: Verdana;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
cursor: default
}
A:visited {
font-family: Verdana;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
cursor: default
}
BODY {
font-family: Verdana;
font-size: 10pt;
background: #333333;
cursor: default
}
P {
font-family: Verdana;
font-size: 10pt;
margin-left: 5px;
margin-right: 5px
}
yet when i view my page all teh visited links stay with no underline, and when visited links are hovered they stay when no underline
how can i get it so when visited linsk are govered they get an underline?
thanks
A:active {
font-family: Verdana;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
cursor: default
}
A:hover {
font-family: Verdana;
font-size: 10pt;
color: #FFFFFF;
text-decoration: underline;
cursor: default
}
A:link {
font-family: Verdana;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
cursor: default
}
A:visited {
font-family: Verdana;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
cursor: default
}
BODY {
font-family: Verdana;
font-size: 10pt;
background: #333333;
cursor: default
}
P {
font-family: Verdana;
font-size: 10pt;
margin-left: 5px;
margin-right: 5px
}
yet when i view my page all teh visited links stay with no underline, and when visited links are hovered they stay when no underline
how can i get it so when visited linsk are govered they get an underline?
thanks