All
link colors are specified in the <body> tag. The
following attributes control the color of link text.
link colors an unvisited link.
alink colors an active link (in the process of
being clicked on).
vlink colors a visited link.
The default colors are:
link="blue"
alink="red"
vlink="purple"
Example:
<body
bgcolor="#000000" text="#F0F0F0" link="#FFFF00" alink="#0077FF"
vlink="#22AA22">
[Rest of
document with custom link colors goes here.]
</body>
Here's an
additional example.
Last
modified
July 20, 2004
by cawalker