Hallo,
ich habe da ein Problem und ich brauche eure Hilfe.
Wie kann ich es nun erreichen, dass der horizontale Counter immer automatisch am unteren Bildschirmrand erscheint und nicht dort wo die Tabelle aufhört?
so?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style type="text/css">
body { margin:0; padding:0; height:100%; }
table { height:100%; width:100%; }
</style>
</head>
<body>
<table cellpadding="2" cellspacing="2" border="1">
<tr>
<td>1. Zeile</td>
</tr>
<tr>
<td>2. Zeile</td>
</tr>
<tr>
<td>3. Zeile</td>
</tr>
<tr>
<td>4. Zeile</td>
</tr>
</table>
</body>
</html>
Grüße
Thomas