what is the html code to set two colors for link text?

Public Comments

  1. .darkblue { background-color:#000080; color:white; } .darkblue A:link{color:white} .darkblue A:visited{color:yellow} .darkblue A:active{color:fuchsia} <DIV CLASS="darkblue"> Take a look at our <A HREF="./">home page</A> </DIV> Or see a tutorial at http://www.w3schools.com you can also find a nice css tutorial at http://www.westcv.com
  2. That's correct. Be sure to put it in the style tag, as described in a link from the link above.
Powered by Yahoo! Answers