Click to See Complete Forum and Search --> : hover color when embedding css in the a tag


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?

Centauri
04-29-2008, 12:27 AM
No, psuedo classes cannot be inserted inline.