Tjo, ich habe mal 2 Screenies gemacht.
Ich hoffe mal das mit dem Links hier im Forum ist ok so
http://img219.imageshack.us/my.php?image=bild1ql7.jpg
http://img228.imageshack.us/my.php?image=bild2wp6.jpg
Ich habe grade keinen Webspace zur Hand sonst würde ich einfach mal die Datei einfügen.
Hier nochmal der ganze Code (die Tabelle ist bei den Bildern auskommentiert):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<title>Titel </title>
<style type="text/css">
<!--
a:link { COLOR: #820030; FONT-FAMILY: arial; TEXT-DECORATION: none; FONT-WEIGHT: bold; FONT-SIZE: 10pt; }
a:visited { COLOR: #820030; FONT-FAMILY: arial; TEXT-DECORATION: none; FONT-WEIGHT: bold; FONT-SIZE: 10pt; }
a:active { COLOR: #820030; FONT-FAMILY: arial; TEXT-DECORATION: none; FONT-WEIGHT: bold; FONT-SIZE: 10pt; }
a:hover { COLOR: #820030; FONT-FAMILY: arial; TEXT-DECORATION: underline overline; FONT-SIZE: 10pt; }
table { COLOR: #000000; FONT-FAMILY: arial; TEXT-DECORATION: none; FONT-SIZE: 10pt; }
body {
background-color: #ffffe0;
margin: 0px;
padding: 0px;
scrollbar-base-color: #ffffe0;
scrollbar-3dlight-color: #ffffe0;
scrollbar-arrow-color: white;
scrollbar-darkshadow-color: #ffffe0;
scrollbar-face-color: #ffffe0;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-track-color: #ffffe0;
}
-->
</style>
</head>
<body>
<div style="background-image:url(./img/RandOben2.jpg); background-repeat:repeat-x; width:100%; height: 100%; position: absolute; left: 0px; top: 0px; "></div>
<div style="background-image:url(./img/RandLinks2.jpg); background-repeat:repeat-y; width:100%; height: 100%; position: fixed; left: 0px; top: 0px; "></div>
<div style="background-image:url(./img/ObenLinks2.jpg); background-repeat: no-repeat; width:100%; height: 100%; position: absolute; left: 0px; top: 0px; "></div>
<div style="background-image:url(./img/Schleifchen.png); background-repeat: no-repeat; width:100%; height: 100%; position: absolute; left: 0px; top: 0px; "></div>
<Table border="0" style="table-layout:fixed;position: fixed; left: 0px; top: 0px;width:100%;border-collapse:collapse">
<tr style="height:100px">
<td style="width:200px"></td>
<td><p style="text-align:center;vertical-align:center;font-family:Comic Sans MS;font-size:18px">Titel
zweite Zeile </p></td>
</tr>
<tr>
<td align="center" valign="center">
<p style="line-height:200%">
viele
verschiedene
Links
innerhalb der Seite
auchmaletwaslängeralssonst
...
....
Wir über uns
Kontakt
Impressum
</p>
</td>
<td align="left" valign="top">
Willkommen!
Schön Dich hier zu sehen!
Was möchtest Du denn in diesem Bereich?
</p></td>
</tr>
</Table>
</body>
</html>
PS: Leider werden die Tabstops nicht angezeigt. Ich hoffe es ist nicht zu unübersichtlich so.