Hallo ihr,
ich habe ein Problem mit dem tabellnrahmen. Unten ist mein Code:
HTML
<html>
<head>
<link rel="stylesheet" href="css/generic.css"><title></title>
</head>
<body BGcolor="#FFFFFF" TEXT="#000000">
<table border="0" style="border-collapse:collapse" width="90%">
<tr>
<table border="0" style="border:1px solid #000000 border-collapse:collapse frame:above" width="100%" cellpadding="0" cellspacing="0" ></td>
<tr>
<td width="35%">[img]img/1x1.gif[/img][img]img/test.gif[/img]
<td width="35%"><P align="links">[b]<font size="+2" color="#000066">Hier ist ein Test</font>[/b]</P></td>
<td>
<table align="right">
<tr>
<td>[b]Test1[/b]</td>
<td>Test2</td>
<td>test</td>
</tr>
<tr>
<td> </td>
<td>test</td>
<td>test
</tr>
<tr>
<td> </td>
<td>test</td>
<td>test</td>
</tr>
</table>
</td>
</tr>
</table>
</tr>
<!-- Ende 1. Zeile>
<tr>
<table border="0" style="border-collapse:collapse" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2">[b]Spalte1</font>[/b]</td>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2">[b]Spalte2</font>[/b]</td>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2">[b]Spalte3[/b]</font></div></td>
<td width="35%" align="center" style="border:1px solid #000000"><font size="2">[b]Spalte4</font>[/b]</td>
<td width="15%" align="center" style="border:1px solid #000000"><font size="2">[b]Spalte5[/b]</font></td>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2">[b]Spalte6[/b]</font><font size="1"></font></td>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2">[b]Spalte7[/b]</font><font size="1"></font></td>
</tr>
<tr>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2"> </font></td>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2"> </font></td>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2"> </font></td>
<td width="35%" align="center" style="border:1px solid #000000"><font size="2"> </font></td>
<td width="15%" align="center" style="border:1px solid #000000"><font size="2"> </font></td>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2"> </font></td>
<td width="10%" align="center" style="border:1px solid #000000"><font size="2"> </font></td>
</tr>
</table>
</tr>
</table>
</body>
</html>
Alles anzeigen
Mein Problem ist : Zwischen 1. Zele und 2. Zeile ist doppelt umrandet. Das soll vermeidet werden. Wie mahce ich das?
Danke schön