My bad, I meant <font size="3"> not <font size="2">
Here, try this in IE and Firefox:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title></title>
<style type="text/css">
body {background-color: #CCCCCC; color:black; font-family:verdana,arial,sans-serif;}
</style>
</head>
<body>
<div style="font-size:84%/1.2em;">These texts should be the same size.</div>
<p><font size="3">These texts should be the same size.</font></p>
</body>
</html>
Bookmarks