HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<title>TEST TABLE</title>
<style type="text/css">
a:link {color:#000040; text-decoration:none; display: block;}
a:visited {color:#700080; text-decoration:none; display: block;}
a:active {color:#704080; text-decoration:none; display: block;}
a:hover {color:#C00000; text-decoration:underline; display: block;}
html, body {width: 100%;height: 100%;margin: 0;padding: 0;}
body {background-color:#c5c2c0;}
td {border-top:1px outset;border-bottom:1px outset; padding: 1em;}
.c1 {background-color:#ff8080;color:#00f000;font-family:verdana;font-size:18px;padding:10px 20px 10px 20px}
.c2 {background-color:#a0ffa0;color:#f00000;font-family:verdana;font-size:18px;padding:10px 20px 10px 20px}
.c3 {background-color:#a0a0ff;color:#f0f000;font-family:verdana;font-size:18px;padding:10px 20px 10px 20px}
.c4 {background-color:#f0f0a0;color:#0000f0;font-family:verdana;font-size:18px;padding:10px 20px 10px 20px}
table {margin: auto;}
</style>
</head>
<body>
<table border="0" cellspacnig="0">
<colgroup>
<col class="c1">
<col class="c2">
<col class="c3">
<col class="c4">
<tr>
<td>CELL 11</td>
<td>CELL 12</td>
<td>CELL 13</td>
<td>CELL 14</td>
</tr>
<tr>
<td>CELL 21</td>
<td>CELL 22</td>
<td>CELL 23</td>
<td>CELL 24</td>
</tr>
<tr>
<td>CELL 31</td>
<td>CELL 32</td>
<td>CELL 33</td>
<td>CELL 34</td>
</tr>
<tr>
<td>CELL 41</td>
<td>CELL 42</td>
<td>CELL 43</td>
<td>CELL 44</td>
</tr>
</table>
</body>
</html>
Alles anzeigen