@don rosa s 2.frage:
mir würde ncihts einfallen für ganze spalten. nur für einzelne zelen. aber das ist vohl nciht, was du suchst ^^''


beispiel:
Code:
<table border>
    <tr bgcolor=#000000>
      <td>Zeile 1 / Spalte 1 = schwarz  //für ganze zeile               
      <td>Zeile 1 / Spalte 2 = schwarz  //ebenfalls für ganze zeile        
    </tr>
    <tr bgcolor=#CCFFCC>
      <td bgcolor=#CCFFCC>Zeile 2 Spalte 1 = hellgrün // für diese Zelle
      <td bgcolor=#FFCCFF>Zeile 2 Spalte 1 = hellviolett // für diese Zelle
    </tr>
</table>
mehr kann ich dir leider auch nciht helfen