1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27: | <html>
<head>
<title>:::: </title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<table border="1" width="100%" height="100%" cellspacing="0" cellpadding="0" >
<!--Haupttab Anfang ^-->
<tr>
<td align="center">
<table border="1" align="center" cellspacing="0" cellpadding="0" width="100%" >
<tr>
<td>Zelle 1</td>
<td width="760" bgcolor="#FFFFFF"><img width="760" height="1" src="images/1x1.gif" alt="" border="0">760 PX</td>
<td>Zelle 2</td>
</tr>
</table>
</td>
</tr>
<!--Haupttab Anfang |Ende-->
</table>
</body>
</html> |