Czemu, jeśli nadaję stałą wysokość na jedną z komórek, to ona się nie zmniejsza?
Screen:

Chcę tą pierwszą komórkę od lewej zmniejszyć, najlepiej do auto (taka wysokość, ile miejsca zajmuje). Jak to zrobić, bo ja juz próbowałem na wszelkie sposoby i nijak to nie reaguje.
Kod HTML:
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> </tr> </table> <table width="100%" cellspacing="3" cellpadding="3" border="0" align="center"> <tr> </tr> </table> <table cellspacing="1" cellpadding="3" border="0" width="100%" class="forumline"> <tr> <th align="center" width="33%" class="thTop">{TH_TWOJE_GRUPY}</th> <th align="center" width="33%" class="thTop">{TH_LOSOWE_GRUPY}</th> <th align="center" width="33%" class="thTop">{TH_OSTATNIO_UTWORZONE}</th> </tr> <tr> <!-- BEGIN brak_grup --> <td class="row1" width="20%" style="text-align: center;">{L_BRAK_NALEZNOSCI}</td> <!-- END brak_grup --> <!-- BEGIN grupy_istnieja --> <td class="row1" width="20%" style="text-align: center;"> <!-- BEGIN twoje_grupy --> <table border="0" width="100%" cellpadding="4" valign="top"> <tr> </tr> <tr> </tr> </table> <!-- END twoje_grupy --> </td> <!-- END grupy_istnieja --> <td width="20%" class="row2"> <!-- BEGIN losowe --> <table border="0" width="100%" cellpadding="4"> <tr> </tr> <tr> </tr> </table> <!-- END losowe --> </td> <td width="20%" class="row2"> <!-- BEGIN latest --> <table border="0" width="100%" cellpadding="4"> <tr> </tr> <tr> </tr> </table> <!-- END latest --> </td> </tr> </table>