• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

CSS Problem mit Textabstand und Tabelle

Status
Für weitere Antworten geschlossen.

ImpCaligula

Neues Mitglied
Salü........

ja zig mal Google bemüht und auch Foren..... aber es funktioniert bei
mir nicht.

Also - ich habe eine Tabelle. Diese Tabelle hat EINE Spalte und 15 Zeilen.
Soweit, so gut. Die Textausrichtung habe ich rechts geschaltet. Der
Hintergrund der Zellen ist farbig. Nun klebt der Text rechts am Zellenrand.
Ich will aber, dass der Text rechts ein bisschen Abstand zur Zelle hat!

Code:
[SIZE=2][COLOR=#800000]table#table_ressourcen[/COLOR][/SIZE]
[SIZE=2]{[/SIZE]
[SIZE=2][COLOR=#ff0000]border[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]0px[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][COLOR=#ff0000]width[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]145px[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][COLOR=#ff0000]font-family[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]Verdana[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][COLOR=#ff0000]font-size[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]8pt[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2]}[/SIZE]
[SIZE=2][COLOR=#800000]table#table_ressourcen [/COLOR][/SIZE][SIZE=2][COLOR=#800000]tr.ueberschrift[/COLOR][/SIZE]
[SIZE=2]{[/SIZE]
[SIZE=2][COLOR=#ff0000]background-color[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]#92a7c7[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][COLOR=#ff0000]font-weight[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]bold[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][COLOR=#ff0000]text-align[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]right[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][COLOR=#ff0000]height[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]25px[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2]}[/SIZE]
[SIZE=2][COLOR=#800000]table#table_ressourcen [/COLOR][/SIZE][SIZE=2][COLOR=#800000]tr[/COLOR][/SIZE]
[SIZE=2]{[/SIZE]
[SIZE=2][COLOR=#ff0000]background-color[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]buttonface[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][COLOR=#ff0000]text-align[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]right[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][COLOR=#ff0000]height[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]15px[/COLOR][/SIZE][SIZE=2];[/SIZE]
[SIZE=2]}[/SIZE]

Egal wo ich das

Code:
[SIZE=2][COLOR=#ff0000]margin-right[/COLOR][/SIZE][SIZE=2]:[/SIZE][SIZE=2][COLOR=#0000ff]10px[/COLOR][/SIZE][SIZE=2];[/SIZE]

rein setze - ich sehe an der Tabelle KEINE Veränderung! Oder brauch ich
einen völlig anderen "Befehl"?!?
 
Dafür brauchst du padding ([css]padding[/css])

Das dann auf die Zellen oder die ganze Tabelle anwenden.
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben