hi,
ich hab versucht, was ich zu dem thema gefunden hab, aber irgendwie wird die tabelle trotzdem nicht zentriert, vielleicht kann mir jemand von euch profis sagen, was ich falsch gemacht hab und wie man das lösen könnte.... bitte auf sehr einfache weise, da ich mich nicht sooo wirkich gut auskenn... danke! hier ist der quelltext:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Startseite</title>
<style type="text/css">
<!--
@import url("stylegernot.css");
.oben {
color: #496E8B;
background-color: #183753;
position: absolute;
left: 83px;
top: 62px;
width: 938px;
height: 25px;
}
#Mitte {
background-color: #0D1F47;
position: absolute;
left: 82px;
top: 96px;
width: 939px;
height: 75px;
}
.Stil4 {color: #4B708D}
#Lebenslauf {
position:absolute;
width:72px;
height:17px;
z-index:17;
left: 121px;
top: 5px;
}
#Neuigkeiten {
position:absolute;
left:24px;
top:5px;
width:75px;
height:16px;
z-index:18;
}
#Galerie {
position:absolute;
left:219px;
top:5px;
width:60px;
height:18px;
z-index:18;
}
#apDiv17 {
position:absolute;
left:665px;
top:4px;
width:76px;
height:19px;
z-index:22;
}
#apDiv15 {
position:absolute;
left:762px;
top:5px;
width:69px;
height:18px;
z-index:20;
}
#apDiv16 {
position:absolute;
left:873px;
top:218px;
width:64px;
height:18px;
z-index:21;
}
#unten {
position: absolute;
background-color: #1C425E;
left: 81px;
top: 438px;
width: 940px;
height: 144px;
}
.Stil3 {
color: #49657C;
font-size: 24px;
}
#apDiv9 {
position:absolute;
left:-2px;
top:100px;
width:215px;
height:40px;
z-index:15;
}
.Stil5 { font-size: 24px;
color: #829DB5;
}
#gernotromic { color: #566C83;
position: absolute;
left: 17px;
top: 99px;
width: 179px;
}
-->
</style>
</head>
<body>
<center>
<table width="99%" height="93%" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000" style="height:100%;">
<tr>
<td align="center" valign="middle"><div id="startfoto"><img src="start.jpg" id="startfoto2" /></div>
<div id="Mitte"></div>
<div class="oben" id="oben">
<div id="apDiv16"><a href="navigation.html">Eingang</a></div>
</div></td>
</tr>
<tr>
<td height="617" align="center" valign="middle"><div id="unten">
<div class="Stil5" id="gernotromic">Gernot Romic</div>
</div></td>
</tr>
</table>
</center>
</body>
</html>