merlenesis
MIS
I am trying to change my vlink from the default purple color
I used css code
a:link { color: red; }
a:active { color: blue; }
a:visited { color: blue; }
a:hover {
color:green;
}
When I click on a link connecting to the same page where the link is located the link colour still turns purple. I changed my internet options colors for the links and the css code worked fine, but my problem is when I upload the file and view it from another computer the link is still purple. i want the Vlink not to turn purple when I click on it on any computer that the file is accessed from via the net. How can I do that.
I used css code
a:link { color: red; }
a:active { color: blue; }
a:visited { color: blue; }
a:hover {
color:green;
}
When I click on a link connecting to the same page where the link is located the link colour still turns purple. I changed my internet options colors for the links and the css code worked fine, but my problem is when I upload the file and view it from another computer the link is still purple. i want the Vlink not to turn purple when I click on it on any computer that the file is accessed from via the net. How can I do that.