kensington43
Technical User
After someone uses a link it changes color.
How can I keep the original blue color on the link after someone has clicked on it?
Basically keep the link color always blue even if it has been used or not.
Is this the right direction and if so what goes in the style part??
How can I keep the original blue color on the link after someone has clicked on it?
Basically keep the link color always blue even if it has been used or not.
Is this the right direction and if so what goes in the style part??
Code:
<style>
.notChangeColor
{//what goes here?
}
</style>
<a href="myLink.cfm" style="notChangeColor">Link</a>