That works if I have the style sheet imbedded directly into my page. I want add the link color control into an external style sheet. I have enclosed the style tag that I'm using below. What I'm looking for is the appropriate syntex to make it complatable with an external style tag.
td.link { background-color: #000099; color: #FFFFFF; font-family: Arial, Verdana, Tahoma; font-size: 10pt; font-weight: bold; (syntex for vlink and alink here) }
-seamil
Main Topics
Browse All Topics





by: raizonPosted on 2001-09-11 at 12:53:14ID: 6475174
Like this.
A:Visited{color: #ff00ff;}
A:Active{color: #ff0000;}