workaround for underlined links

Since within CSS the value A refers to both type of anchors,
it is NOT the one to use to underline hyperlinks ------
use
 LINK { color: blue; text-decoration:underline} 
 ACTIVE { color: red; text-decoration:underline} 
 VISITED { color: navy; text-decoration:underline} 
to do the job of underlining links to make them more visible.

John Russell, VE3LL@RAC.CA
http://www.cgocable.net/~jrussel
Mystery readers may want to click on DOROTHYL

Received on Thursday, 6 July 2000 17:13:16 UTC