a img {border: none;}
a img {border: none;}
Out of context: Reply #12
- Started
- Last post
- 20 Responses
- rson0
you need to set up a class
a.nav:link {color: red; text-decoration: none; }
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; }