donut: Tabelleninhalte ausrichten - Netscape?

Beitrag lesen

ohne width klappts nicht.

habs mal grob rausgeschrieben...

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
 <tr>
  <td colspan="2" align="right">
   <table width="100%" cellpadding="0" cellspacing="1" border="0">
    <tr>
     <td width="100%" bgcolor="#erste"> 
     </td>
     <td bgcolor="#zwote" valign="center" nowrap>
       ... hier mehrere Zellen
     </td
     <td width="24" bgcolor="#zwote"><img src="/pfad/blind.gif" width="8" height="20" hspace="0" vspace="0" border="0" alt=".">
     </td>
    </tr>
    <tr>
     <td> 
     </td>
     <td colspan="zellenanzahl-1" bgcolor="#dritte" align="left">
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
       <tr>
        <td nowrap>
            ... mehrere Zellen ...
        </td>
 <td width="100%"><img src="/blind.gif" width="2" height="18" hspace="0" vspace="0" border="0" alt=".">
        </td>
       </tr>
      </table>
     </td>
    </tr>
  </table>
 </td>
</tr>
</table>