Christoph Schnauß: mittlere row macht noch probs!!!

Beitrag lesen

hallo,

<HTML>
<HEAD>
</HEAD>
<BODY bgcolor="#eeeeee" text="black">
<TABLE border="0" width="100%" height="100%" cellpadding="0" cellspacing="0">
  <TR>
   <TD width="70%" bgcolor="#c0c0c0" height="1">Header</TD>
   <TD width="30%" bgcolor="#96007d">Header</TD>
  </TR>
  <TR>
   <TD>

dieses TD müßte nun noch mit colspan="2" ergänzt werden

<TABLE border="0" width="100%" cellpadding="0" cellspacing="0">
     <TR>
      <TD>
       <TABLE border="0" width="100%" cellpadding="0" cellspacing="0">

Es ist nicht zwingend nötig, nun gleich zwei weitere neue Tabellen ineinander zu verschachteln.

Christoph S.