Robert: Tabelle soll sich an Inhalt in <th rowspan> Zelle anpassen.

Beitrag lesen

Uh... sorry mein Fehler. Nicht Zelle 4 sondern Zelle 7 war gemeint.

Der Code sollte wie folgt aussehen:

<table width="665px" border="0" align="center" cellpadding="0" cellspacing="0">  
 <tr style="height:15px">  
  <td style="background-image:url(images/box_ol.gif);background-repeat:no-repeat;background-position:top left;width:18px;""></td>  
  <td style="background-image:url(images/box_o.gif);background-repeat:repeat-x;background-position:top center;"></td>  
  <td style="background-image:url(images/box_or.gif);background-repeat:no-repeat;background-position:top right;width:18px;"></td>  
  </tr>  
  <tr>  
  <td style="background-image:url(images/box_l.gif);background-repeat:repeat-y;background-position:top left;width:18px;"></td>  
  <td rowspan="2" bgcolor="#ffffff" style="background-image:url(images/box_u.gif);background-repeat:repeat-x;background-position:bottom center;">  
  
<!-- CONTENT BEGIN -->  
  
<!-- CONTENT END -->  
  
  </td>  
  <td style="background-image:url(images/box_r.gif);background-repeat:repeat-y;background-position:top right;width:18px;"></td>  
  </tr>  
  <tr style="height:45px">  
  <td style="background-image:url(images/box_l.gif);background-repeat:repeat-y;background-position:top left;width:18px;"><img src="images/box_lu.gif" border="0"></td>  
  <td style="background-image:url(images/box_r.gif);background-repeat:repeat-y;background-position:top right;width:18px;"><img src="images/box_ru.gif" border="0"></td>  
  </tr>  
</table>