Thomas: Tabellenzeile kleiner als 20px

Beitrag lesen

...
<style type="text/css">
.test {
  height: 15px;
  width: 50px;
  background-color: #333333;
  color: #fffff;
  text-size: 12px;
}
</style>
</head>

...
<table cellpadding="0" cellspacing="0"
  <tr>
    <td class="test">gh</td>
  </tr>
</table>
...

hab das jetzt so gemacht wie du sagtest aber das funktioniert acuh nicht!