Kueppers: Tabelle in Tabelle

Beitrag lesen

Hi,
wenn ich das richtig verstanden habe müßte das so aussehen. Dabei müßte der Text in table.1 kleiner als in table.2 erscheinen. Tut er aber nicht.

<style type="text/css">

table.1 {
  font-family: "Arial";
  font-size: 8pt;
  color:#000000;
  }

table.2 {
  font-family: "Arial";
  font-size: 18pt;
  color:#000000;
  }
</style>
</head>

<table class="table.1"  border="1" cellpadding="0" cellspacing="0">
<tr><td>Test 1</td></tr></table>
<p></p>

<table class="table.2"  border="1" cellpadding="0" cellspacing="0">
<tr><td>Test 2</td></tr></table>