Hola Mike
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<style>
[code lang=css]div {
display: table;
border-spacing: 3px;
border-collapse: separate;
text-align: center;
}
span {
display: table-cell;
vertical-align: middle;
margin: 10px;
padding: 5px;
width: 100px;
height: 100px;
border: 3px solid navy;
}
</style>
</head>
<body>
<div>
<span>text</span>
<span>text</span>
<span>text</span>
</div>
</body>
</html>[/code]
gegen Tabellen spricht nicht, wenn es der Zweck erfordert, also tabelarische Daten, für Layout-technische Lösungen ist doch CSS geradezu genial.
gruß quincunx