ThomasX: Warum wird Höhenangabe ignoriert?

Beitrag lesen

Hallo,
ich habe ein kleines Problem:

td.site_box_title
{
 ...

height: 29px;

....
}

Hier wird die Höhenangabe ignoriert:

<tr>
  <td class="site_box_title" align="center" colspan="2">
    © 2002 <?php $date = date("Y"); if($date != "2002"){echo(" -    $date");}?> by <a href="<?php print $path;?>contact.php">Thomas  Graf</a>
  </td>
</tr>

CSS ist sicher richtig eingebunden denn hier funktioniert es:

<tr>
  <td class="site_box_title" align="center">
    Statistiken
  </td>
</tr>

Danke im Voraus
Thomas