How can I change the color of links in ADDs? I have css about tag a in whole the site but there are some places where I need links to be in other color?
OK, let's say your links are in a table or div with a class="classname"... In your CSS just set up .classname { } .classname a:active { } .classname a:link { } .classname a:visited { } .classname a:hover { } Code (markup): So anything within the "classname" class will be set to these parameters