Beach Bum
04-28-2008, 11:40 PM
if I have an a tag as such:
<a href="http://xxx" style="color: red;">link</a>
How do I specify a hover color? I know I can separate out the style. But can I do this embedded in the a tag?
<a href="http://xxx" style="color: red;">link</a>
How do I specify a hover color? I know I can separate out the style. But can I do this embedded in the a tag?