Tobi: Rahmenproblem bei Tabelle

Beitrag lesen

Hallo zusammen,

wie bekomme ich bei folgender Tabelle die Rahmen weg?
So wie ich es versucht hab, hats nicht funktioniert...

Danke euch!

  
<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; border:0; background-color:#CCCCCC; border:0"></td>  
 <td style="width:60%; height:26px; background-color:#BEBAAF; border:0"></td>  
 <td style="width:20%; height:26px; border:0; background-color:#CCCCCC; border:0"></td>  
</tr>  
  
<tr>  
 <td style="width:20%; height:600px; border:0; background-color:#CCCCCC; border:0"></td>  
 <td style="width:60%; height:600px; border:0">  
  <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; 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:#000000; border:0"></td>  
 <td style="width:20%; height:26px; background-color:#CCCCCC; border:0"></td>  
</tr>  
  
</table>