Ooooh, now i need help.
I've got a include file that's got some default styles:
now, i want to change that, but i don't want the links in the include file to change too.Code:<STYLE type="text/css">
A {text-decoration: none;}
A:LINK {color: gold}
A:HOVER {color: lightblue;
font-weight: bolder}
A:VISITED {color: gold}
A:ACTIVE {color: white}
</STYLE>
I want 2 different styles on one sheet. Is it possible to do that?
