conym18: tabelle colspan :(

Beitrag lesen

hallo zusammen,

ich habe folgende tabelle:

  
<table width="380" border="1" cellpadding="2" cellspacing="0">  
  
	<tr>  
		<td colspan="2">  
			1  
		</td>  
		<td colspan="2">  
			2  
		</td>		  
	</tr>  
	  
	<tr>  
		<td colspan="4">  
			3  
		</td>  
	</tr>  
  
	<tr>  
		<td colspan="2">  
			4  
		</td>  
		<td colspan="2">  
			5  
		</td>	  
	</tr>  
  
	<tr>  
		<td colspan="3">  
			6  
		</td>  
		<td width="20">  
			7  
		</td>	  
	</tr>	  
  
</table>  

eigentlich müßte doch spalte "6" größer wie die spalten "1" und "4" sein, oder nicht?