Hmm, nein das ist leider keine Lösung wenn das Fenster verkleinert, oder vergrößert wird :-(
Hi, schau mal, vielleicht hilft dir das:
<body>
<table style="width: 70%" cellpadding="0">
<tr>
<td style="width: auto; height: 25px; border: 2px solid black;">
Der Text zum testen
</td>
<td style="height: 25px; width: 20%; text-align: center; padding-top: 1px; border: 2px solid black; white-space: nowrap">
<a style="border: 1px solid red" href="Test.html">Test</a>
<a style="border: 1px solid red" href="Test.html">Test</a>
<a style="border: 1px solid red" href="Test.html">Test</a>
<br>
</td>
</tr>
</table>
</body>
lG,J5