ecnarongi
09-23-2002, 08:05 PM
<html>
<head>
<style type="text/css">
tr.pop { background-color: #004267 }
</style>
</head>
<body>
<table>
<tr class="pop">There has to be something wrong.</tr>
</table>
</body>
</html>
why doesn't this work in NS6
<head>
<style type="text/css">
tr.pop { background-color: #004267 }
</style>
</head>
<body>
<table>
<tr class="pop">There has to be something wrong.</tr>
</table>
</body>
</html>
why doesn't this work in NS6