Horizontale Ausrichtung
align=left: Text links
align=right: Text rechts
keine Angabe: Text zentriert
Kopf1 |
Kopf2 |
Zeile1Spalte1 |
Z1S2 |
Zeile2Spalte1 |
Zeile2Spalte2 |
<table border>
<tr BGCOLOR="D8BFD8"><b>
<th>Kopf1</th>
<th>Kopf2</th>
</b></tr>
<tr>
<td BGCOLOR="#E6E6FA">Zeile1Spalte1</td>
<td align=right>Z1S2</td>
</tr>
<tr>
<td BGCOLOR="#E6E6FA">Zeile2Spalte1</td>
<td>Zeile2Spalte2</td>
</tr>
</table>