chris: Zellenhöhe in Tabelle tut nicht

Beitrag lesen

Hi Leute,

bin gerade dabei mir ne Tabelle zu basteln und will den Zellen jetzt eine Höhe in % zuweisen. Klappt aber nicht. Die Tab. sieht so aus:

<table border="1" width="100%" height="80%">
<tr >
  <td height="5%">xyz</td>
  <td  >xyz</td>
  <td  >xyz</td>
  <td  >xyz</td>
   <td colspan="3" rowspan="2" align="right" width="43%"
    height="60"><img src="*.gif" ></td>
</tr>
<tr>
   <td colspan="4" width="55%" height="58%">abc</td>
</tr>
  <td width="14%" height="15%>qwe</td>
  <td><img src="*.gif"></td>
  <td><img src="*.gif"></td>
  <td><img src="*.gif"></td>
  <td><img src="*.gif"></td>
  <td><img src="*.gif"></td>
  <td><img src="*.gif"></td>
</tr>
</table>

Wenn jemand ne Idee hat, wäre ich dankbar.

Gruß chris