Der Versuch, zentrale Style-Sheet Formate für <TD> bzw. <TH> zu definieren, läßt mich beim
Netscape Navigator 4.0 verzweifeln. Beim IE funktioniert die Konstruktion.
Liegt das an Netscape oder an mir?
<HTML>
<HEAD>
<style type="text/css">
<!--
H1 { font-size:8pt; }
TD { font-size:10pt; color:#993300; border-width:2px; border-color:#993300; border-style:solid; padding:4px; }
// -->
</style>
</HEAD>
<BODY>
<TABLE>
<TR>
<TD>
<FONT>BlaBlaText</FONT>
</TD>
</TR>
<TABLE>
</BODY>
</HTML>
Danke!