soulflycrx
12-11-2003, 05:57 PM
Can I set up my CSS script so I can use more then one style of link color?
This is what I have in my CSS script.
a:link {
color: #006699;
text-decoration: none
}
a:whitelink {
color: #FFFFFF;
text-decoration: none
Would this work? If so, how would I set up my HTML?
This is what I got, but its not working.
<p class="six"><a class="whitelink" href="../index.html">Back to Home</a></p>
Thanks in advance...
This is what I have in my CSS script.
a:link {
color: #006699;
text-decoration: none
}
a:whitelink {
color: #FFFFFF;
text-decoration: none
Would this work? If so, how would I set up my HTML?
This is what I got, but its not working.
<p class="six"><a class="whitelink" href="../index.html">Back to Home</a></p>
Thanks in advance...