Hallo,
ich habe nun schon alles probiert und schaffe es nicht, dass bei nachfolgendem Code in Firefox das zweite td Element an die Größe der Kästchen um die Links angepaßt wird :-(
Weiss wer wie man das richtig macht?
Danke
Gerhard
<table style="width:70%;">
<tr>
<td style="width:90%;border:2px black solid;">
Der Text zum testen
</td>
<td style="width:10%;border:2px black solid;white-space:nowrap;table-layout:auto;">
<a href="Test.html" style="border:1px black solid; padding:5px;">Test</a>
<a href="Test.html" style="border:1px black solid; padding:5px;">Test</a>
<a href="Test.html" style="border:1px black solid; padding:5px;">Test</a>
</td>
</tr>
</table>