Stefan Bechtold: Tabellenzeile kleiner als 20px

Beitrag lesen

<style type="text/css">

tbl {
  height: 15px;
  width: 50px; // oder so
  background-color: #000000;
  color: #fffff;
  text-size: 12px;
}

</style>

<table>
  <tr>
    <td class="tbl">Text</td>
  </tr>
</table>

sofern ich mich nciht irre sollte das laufen :-)

gruß