Hallo Mike,
wie wäre es denn statt Tabellen mal mit einer leckeren DIV-Suppe?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Treppentext</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
[code lang=css]
#treppe div {
padding-left:1em;
}
</style>
</head>
<body>
<div id="treppe"><div><div><div><div>
Hallo</div>
es ist</div>
Mittwoch</div>
der 25.10.</div>
Schönen Tag</div>
</body>
</html>[/code]
Gruß Gernot