Here's what I did a long time ago to make alternate link properties. I added this to the skin1.css file
Quote:
A.AltLinkColor {
COLOR: #FFFFFF; TEXT-DECORATION: none;
}
A:visited.AltLinkColor {
COLOR: #FFFFFF;
}
A:hover.AltLinkColor {
COLOR: #ffffff; TEXT-DECORATION: underline;
}
|
Something like this would work and then just put class=AltLinkColor in the <a href="bla bla bla"> tag.
HTH
Carrie