Forum Moderators: mack
How do I set the color of one single link? I know how to set all of the links the same color, but not one single one. thanx!
Change the color of a single link:
<a href="linkhere.html"><font color="#colorcodehere">Link</font></a>
You really should be using and, just as importantly, recommending CSS methods for this sort of task now.
As the saying goes - "If you're not part of the solution, you're part of the problem", etc… etc… ;)