elmilio: Tabelle formatieren, dass unterste Zeile immer unten ist?

Beitrag lesen

hi there!

denke philipp hat dir da die holzhammer methode gegeben. probier lieber ma das aus

<table width="xxx" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="xxx" height="xxx" align="left" valign="top" bgcolor="#0000FF"></td>
  </tr>
  <tr>
    <td width="xxx" height="xxx" align="left" valign="top" bgcolor="#FFFF00"></td>
  </tr>
  <tr>
    <td width="xxx" align="left" valign="bottom" bgcolor="#FF0066"></td>
  </tr>
</table>

gruessle
elmilio