Thomas J.S.: nochmals frage zu css und tabelle

Beitrag lesen

Hallo Marcel!

du muss deiner Tabelle eine feste Breite geben:

<style type="text/css">
<!--

.borderBo {
border-bottom-width:1px;
border-bottom-style:solid;
border-color:#000033;
width:100%;
}

-->
</style>
</head>
<body>

<table width="800" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%"><div class="borderBo"><p>Geburtsdatum</p></div></td>
<td width="70%"><div class="borderBo"> </div></td>
</tr>
<tr>
<td width="30%"> </td>
<td width="70%"><p>11. Januar 1976 (Steinbock)<p></td>
</tr>
</table>

mit dieser Lösung wird es im NS nicht schöner.

Grüße
Thomas