Hallo Community,
ich habe eine Tabelle mit drei Spalten erstellt und möchte nur die dritte Spalte rechtsbündig ausrichten. Es klappt aber einfach nicht. Das ist die Tabelle:
<table id="impressum">
<colgroup>
<col id="spalte1">
<col id="spalte2">
<col id="spalte3">
</colgroup>
<thead>
<tr>
<th>
Spalte 1
</th>
<th>
Spalte 2
</th>
<th>
Spalte 3
</th>
</tr>
</thead>
<tbody>
....
</table>
In der CSS habe ich jetzt folgendes probiert:
#spalte3 {
text-align: right;
}
Aber es funktioniert nicht. Was muss ich tun, damit es klappt?
Vielen Dank im Voraus.
Gruß zachy
P.S. Ich habe hier im Forum leider keine Funktion gefunden, um den Code als Code zu formatieren. Habs bestimmt nur nicht gefunden.
ich habe eine Tabelle mit drei Spalten erstellt und möchte nur die dritte Spalte rechtsbündig ausrichten. Es klappt aber einfach nicht. Das ist die Tabelle:
<table id="impressum">
<colgroup>
<col id="spalte1">
<col id="spalte2">
<col id="spalte3">
</colgroup>
<thead>
<tr>
<th>
Spalte 1
</th>
<th>
Spalte 2
</th>
<th>
Spalte 3
</th>
</tr>
</thead>
<tbody>
....
</table>
In der CSS habe ich jetzt folgendes probiert:
#spalte3 {
text-align: right;
}
Aber es funktioniert nicht. Was muss ich tun, damit es klappt?
Vielen Dank im Voraus.
Gruß zachy
P.S. Ich habe hier im Forum leider keine Funktion gefunden, um den Code als Code zu formatieren. Habs bestimmt nur nicht gefunden.