Hi,
kann man auch eine ganze Tabelle mittels css zentrieren?
Ich habe mal was ausprobiert, klappt abern nicht:
<html>
<head>
<title>Test</title>
<style type="text/css">
.table {
text-align:center;
}
</style>
</head>
<body>
<table class="table" border="1" cellpadding="5" cellspacing="0" bordercolor="#000000"><tr>
<td>Test</td>
</tr></table>
</body>
</html>
Weiß jemand Rat?