Wenn mir da jemand einen Tipp geben könnte ? Danke
Wie wärs hiermit:
<style type="text/css">
<!--
td.linebottom { border-width:thin; border-style:none none solid none; margin:0px; }
-->
</style>
<table width="400">
<tr>
<td class="linebottom">AAA</td> <!-- hier schön-->
<td class="linebottom"> </td> <!-- hier nicht schön-->
<td class="linebottom">C</td>
</tr>
</table>
Gruß,
Peete