J
Jeff
hi
asp.net 3.5
I want to apply these css settings to a asp:HyperLink:
a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
I'm not sure how to do it, you got any tips?
asp.net 3.5
I want to apply these css settings to a asp:HyperLink:
a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
I'm not sure how to do it, you got any tips?