Geschrieben von *Emma am 21.06.2009 um 13:10:
Tabellen Rahmen
Hey
Ich hab n´kleines Problemchen:
Ich will, dass bei meiner Tabelle Jede "Kammer" abgetrennt ist. Ich hab aber nur n´Rahmen um des ganze Ding rum und nicht in der Mitte. Ich sitz schon ewig dran - ich glaub ich bin zu doof dafür
Hier der Code der Tabelle:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body style="height: 73px;">
<table
style="border: 1px solid rgb(114, 126, 9

; width: 400px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="height: 19px; background-color: rgb(175, 191, 155);"><small
style="font-family: Verdana;"><small>laber laber laber
laber</small></small></td>
</tr>
<tr>
<td style="height: 19px;"><small
style="font-family: Verdana;"><small>laber laber laber
laber</small></small></td>
</tr>
</tbody>
</table>
<br>
</body>
</html>