ruler
Neues Mitglied
Hi Leute,
also ich will eine Tabelle mit 1px-border !!!
Wenn ichs so mache ...
kommt das ...
Ich hätte aber gern eher so was ...
Was gibt´s da für ne Möglichkeit ???
Danke schon mal im vorraus !!!
also ich will eine Tabelle mit 1px-border !!!
Wenn ichs so mache ...
HTML:
<html>
<head>
<title>Tabellen-Test</title>
</head>
<body>
<table style="border:1px solid #AAAAAA;">
<tr>
<th style="border:1px solid #AAAAAA;">1. Kopf</th>
<th style="border:1px solid #AAAAAA;">2. Kopf</th>
<th style="border:1px solid #AAAAAA;">3. Kopf</th>
</tr><tr>
<td style="border:1px solid #AAAAAA;">1. Körper</td>
<td style="border:1px solid #AAAAAA;">2. Körper</td>
<td style="border:1px solid #AAAAAA;">3. Körper</td>
</tr>
</table>
</body>
</html>
Ich hätte aber gern eher so was ...
Was gibt´s da für ne Möglichkeit ???
Danke schon mal im vorraus !!!