Shouldn't the middle text "#00ffff" here be blue?
Code:<html> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <style type="text/css"> a.w:link { color:blue; text-decoration: none; } a.w:visited { color:blue; text-decoration: none; } a.w:hover { color:blue; text-decoration: none; } </style> </head><body> <div style='float:right;font:16px;font-family:Courier;text-align:right;border: black 2px solid;padding:12px;'> <a class='w'><font style='color:#00ffff;'>aqua</font> #00ffff <font style='background-color:00ffff;'>sample </font></a> </div> </body> </html>



Reply With Quote

Bookmarks