PHP-Code:
<table class="inhalt" cellspacing="0" cellpadding="5" align="center">
<tr><td valign="top">
<?php
while ($n <= 50 * $seite) {
$n2 = $n++;
echo "$n2<br>";
}
?>
</td></tr></table>
Das Ganze natürlich nur in Firefox, im I-Explorer wird es richtig angezeigt.
Hat jemand eine Idee?

Kommentar