Links >> Link Colors
|
|
Colors on Text Links
There are a few settings that can be useful for controlling the colors of text links.
This page will teach you how to:
- Define colors for all links on the page.
- Define colors for individual links on the page.
Define colors for all links on the page
The general color of text links is specified in the <body> tag, like in the example below:
<body link="#C0C0C0" vlink="#808080" alink="#FF0000">
|
|
|
|