<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <style type="text/css"> .box a, .box a:link { color:#000; } .box a span.green, .box a:link span.green { color:#008000; } .box a span.blue, .box a:link span.blue { color:#00F; } .box a:visited span { color:#000; } </style> </head> <body> <div class="box"> <a href="#"> this text <span class="green"> is</span> multi-<span class="blue">colored</span> </a> </div> </body> </html>
Jump To Top of Thread