Zitat:
Zitat von typo3newbie Hallo
Ich möchte eine Tabelle zentrieren. Ich hab das mit dem content element
Table und nur text probiert. Keine chance.
Am liebsten wäre es mir zentral im CSS .
Hab schon folgendes ausprobiert(mit Farbe)
CSS
span.table
{
background-color:Green
}
im content: table im fenster: plugin options Table summary ("summary" attribute in <table> tags)
align = "center" eingegeben-> nix
oder
CSS class for the table: table eingegeben-> nix
hat jemand eine Idee?
Markus |
vorausgesetzt:
Du hast das:
<div id="xxx" mit einer Breite von 600px ...>
<table width=300px>.....</table>
</div>
dann sollte mit CSS:
div#xxx{ text-align:center; .... } die Tabelle in der Mitte des DIV-Containers stehen!?