Changing The Link Color.
Changing the link color is one of those unique customization that any web designer can use to change the look and feel of their site as long as the link color is in line and in harmony with the overall design of their site.
I must be quick to point out that most web surfer are used to blue links, therefore extra care should be taken. On the other hand some site content like those in art, the use of different link colors can make that extra difference between winning their visitors trust and being just another regular site.
Here is the relevant HTML code to use:
| <A
HREF="http://www.yourdomain.com"><FONT COLOR="#FF0000">Your
Link</FONT></A> |
Example This is how the link color will look Remember to change the text in bold and customize it to suite the color preference that you will want it to look like.
Close changing the link color window and return to Html JavaScript examples

|