09.08.2005, 23:06
Hi,
so in etwa...?
Cu Helmut
so in etwa...?
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Untitled</title>
<style type="text/css">
body {
background-color: #000000;
font-family: Verdana, Arial;
font-size: 12px;
color: #ffffff;
}
.content {
width: 95%;
}
.content td {
border: 1px solid #ffffff;
border-collapse: collapse;
width: 50%;
padding: 3px;
font-size: 11px;
color: #ffffff;
font-weight: bold;
}
.content td a {
color: #ff9900;
text-decoration: none;
}
.content td a:hover {
color: #ffffcc;
text-decoration: underline;
}
.footer {
width: 90%;
}
.footer td {
border: 1px solid #ffffff;
border-collapse: collapse;
width: 50%;
padding: 3px;
font-size: 11px;
color: #ffffff;
font-weight: bold;
}
.footer td a {
color: #ffffff;
text-decoration: none;
}
.footer td a:hover {
color: #ffffff;
text-decoration: underline;
}
</style>
</head>
<body>
<div align="center"><table cellspacing="0" cellpadding="0" border="0" class="content">
<tr>
<td>Test für die neue Homepage
[url=#]Link 1[/url]
[url=#]Link 2[/url]
Die weißen Rahmen um die Tabellen werden natürlich entfernt. Ist nur zur begutachtung ;-)
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" class="footer">
<tr>
<td>Impressum</td>
<td align="right">©2005 by [url=mailto:mail@volk-alex.de]Volk AlexanderE-Mail[/url]</td>
</tr>
</table></div>
</body>
</html>
Cu Helmut