Set all the colors for a page in the BODY Tag
BODY BGCOLOR="#ffffff" TEXT="#0000ff" LINK="#ff9c05" ALINK="#006600" VLINK= "#ff0000"
Thus we have a WHITE background with
- Bright BLUE Text,
- GOLD Links that have not been visited,
- GREEN Active Links, and
- RED Visted Links.
A white background is the most readable.
Use a black backround only to express a particular mood or theme, it can make the text very hard to read.
GO BACK