Einzelnen Beitrag anzeigen

moritz

Registriert seit: 18. Apr 2003
1.037 Beiträge
 
#4

Re: [HTML] Tabelle: valign

  Alt 21. Feb 2004, 15:41
Versuch es mal so:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
-->
</style></head>

<body>
<table style="height: 100%; width: 100%; border: none;" cellpadding="0" cellspacing="0">
  <tr style="height: 100%; width: 100%;">
    <td style="height: 100%; width: 100%;vertical-align: middle; text-align: center"><table width="650" height="300" border="1" cellpadding="0" cellspacing="0">
      <tr>
        <td></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>
Gruß, Onz
"Optimistisch ist diejenige Weltanschauung, die das Sein höher als das Nichts stellt und so die Welt und das Leben als etwas an sich Wertvolles bejaht."
Albert Schweitzer
  Mit Zitat antworten Zitat