Tobi: Spalte in Tabelle spalten

Beitrag lesen

Hallo,

wie teile ich bei der folgenden Tabellenkonstruktion die rote Spalte in 2 gleichgroße Spalten? Ich habs selbst versucht, aber geklappt hat es leider wieder nicht.

<table border="0" width="100%" align="center">  
  
<tr>  
 <td style="width:20%; height:99px; border:0; background-color:#CCCCCC; border:0"></td>  
 <td style="widht:60%; height:99px; background-color:#000000; border:0"></td>  
 <td style="width:20%; height:99px; border:0; background-color:#CCCCCC; border:0"></td>  
</tr>  
  
<tr>  
 <td style="width:20%; height:26px; background-color:#CCCCCC; border:0"></td>  
 <td style="width:60%; height:26px; background-color:red; border:0"></td>  
 <td style="width:20%; height:26px; background-color:#CCCCCC; border:0"></td>  
</tr>  
  
<tr>  
 <td style="width:20%; height:600px; background-color:#CCCCCC; border:0"></td>  
 <td style="width:60%; height:600px">  
  <iframe src="iframe.htm" name="iframe" scrolling="no" frameborder="0" height="600" width="100%"></iframe></td>  
 <td style="width:20%; height:600px; border:0; background-color:#CCCCCC"></td>  
</tr>  
  
<tr>  
 <td style="width:20%; height:26px; background-color:#CCCCCC"></td>  
 <td style="width:60%; height:26px; background-color:#000000"></td>  
 <td style="width:20%; height:26px; background-color:#CCCCCC"></td>  
</tr>  
  
</table>

Danke euch!