Basics

HTML

Java

Colors

Frames

Tables

Fonts

Graphics

Links

Contact

how do i change the color of my text links?

 

You can change the color of your links from the regular blue and purple to any color you want. You can change link color, active link (alink) color and visited link (vlink) color.
You just add this tag after the </head> tag, and substitute your own color code where you see bold text (for the color codes click here):

<body bgcolor="#000000" text="#000000" link="#000000" vlink="#000000" alink="#000000">

 

Link color is normally the blue.
Active link is normally red.
Visited link is normally purple.