OKAY DOES NETSCAPE 4 STYLE TABLES - IT APPEARS IT DOES WITH SOME CAVEATS
| This is the default styling of the table - netscape 4 does not like this option for font color |
| sans-serif text in white background |
| Let's add some serif text here |
| How about some monospace text |
| And a few more words here. And here, and here and here... style applied to the cell works n4 |
| More text in cursive font |
| How about fantasy font |
|
To account for the way Navigator treats inheritance in the table/css code. Basically it ignores the <tr> class, so you have to assign the class in the <td> tag. |