posted 19 years ago
Ok here are they verbatim:
untitle.html:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<LINK href="Top.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="600" class="topnavtable">
<!--DWLayoutTable-->
<tr>
<Td >
hello xy z
</Td>
<td>
</td>
</tr>
</table>
</body>
</html>
Top.css:
p#green{
{
COLOR: gray;
font-size:1.0em;
}
.topnavtable{
border-width:10px;
border-color: #3c5f84;
border-style:solid;
background-color: #DAECFF;
text-align: center;
color:#0080c0;
font-weight: bold;
}
they style does not show up on my firefox, however, if I switch the two styles around, then it works because the p#green style block breaks the syntax. If they work for you as provided above, I guess something is really wrong with my firefox.