- Joined
- Jul 8, 2004
- Posts
- 2,604
- Reaction score
- 25
what am i doing wrong here...
i have
and this in the body
why does the default
take priority over link2?
thanks
i have
Code:
.link2 {
color: #FF0000;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: large;
}
Code:
<tr>
<td align="center"><a href="valentines.asp" class="link2">Special valentines gift ideas....<em>click here</em></a></td></tr>
Code:
a:link {
color: #FFFFFF;
text-decoration: none;
}
thanks