Mini: höhe mit rowspan

Beitrag lesen

Hi es geht auch so!

<table width=400 border bordercolor=#000000>
 <tr>
  <td align="center" BGCOLOR="#929292" width=200><B>text</B></td>
  <td align="center" BGCOLOR="#929292" width=200><B>text</B></td>
 </tr>
 <tr height="200">
  <td valign="top" height="10">1.text</td>
  <td align="center" rowspan="2"><img src="egal.jpg" width=200 height=200></td>
 </tr>
 <tr>
  <td valign="top" height="190">2.text</td>
 </tr>
</table>

Gruß
Mini ;O}