For some reason the following code snippet breaks Internet Explorer 8's Explorer Tools: (colorize)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <HTML> <HEAD> <TITLE>a title</TITLE> <link rel="stylesheet" type="text/css" href=""> <STYLE><!-- BODY { BACKGROUND: #deded8; COLOR: black; FONT-STYLE: italic; } --></STYLE> </HEAD> <BODY> <div>hi</div> </BODY> </HTML>
0 comments:
Post a Comment