PHP-Code:
<?php
for($x = 0; $x < 10; ++$x)
{
?>
<table class="toptable">
<tr>
<td class="tdtop">
<div class="sublinks"> <a href="lebenslauf.html" target="top" title="Lebenslauf">Lebenslauf</a><br />
<a href="bewerbung.html" target="top" title="Bewerbung">Bewerbung</a><br /> <a href="zeugnisse.html" target="top" title="Zeugnisse">Zeugnisse</a>
</div>
</td>
</tr>
</table>
<?php
}
?>
so?
mfg panic