Einzelnen Beitrag anzeigen

Benutzerbild von jamma-markus
jamma-markus

Registriert seit: 16. Okt 2004
Ort: Kempen
58 Beiträge
 
#3

Re: HTML - Tabelle auf ganze seitenhöhe

  Alt 5. Mär 2006, 12:46
so, jetzt hier mal der quelltext:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>Admin Control Panel - [Seabattles]</title>
    <link rel="stylesheet" type="text/css" href="css/acp.css">
  </head>
  <body onload="document.lform.username.focus();" style="margin:0; scrolling: no; background-position: middle">
    <table border="0" style="height: 100%" width="100%">
      <tr valign="middle">

        <td align="center" height="100%" width="100%">
          <table cellpadding="0" cellspacing="0" border="0" style="width:432; height: 589">
            <tr>
              <td class="login">
                <form method="post" action="verify.php" name="lform">
                  <input type="hidden" name="login" value="1">
                  <table cellpadding="0" cellspacing="0" border="0" width="432">
                    <tr>
                      <td class="login" width="432" height="90" colspan="2">

                        [img]../style/banner.jpg[/img]
                      </td>
                    </tr>
                                            <tr>
                      <td width="216" height="12" class="login"><div class="loginbold">Benutzername:</div></td>
                      <td width="216" height="12" class="login"><input type="text" name="username" class="text" maxlength="50" style="width:216px"></td>
                    </tr>
                    <tr>

                      <td width="216" height="12" class="login"><div class="loginbold">Passwort:</div></td>
                      <td width="216" height="12" class="login"><input type="password" name="password" class="text" maxlength="50" style="width:216px"></td>
                    </tr>
                    <tr>
                      <td width="216" height="21" class="login"><input type="reset" value="Abbrechen" class="button" style="width:216px"></td>
                      <td width="216" height="21" class="login"><input type="submit" value="Einloggen" class="button" style="width:216px"></td>
                    </tr>
                    <tr>

                      <td width="216" height="6"></td>
                      <td width="216" height="6"></td>
                    </tr>
                    <tr>
                      <td width="216" height="36" class="login" colspan="2">
                        <div class="loginnormal">
                          Admin Control Panel - [Seabattles]


                          &copy; 2006 by
                        </div>

                        <div class="loginbold">
                          <a href="http://seabattles.dyndns.org/">
                            Seabattles
                          </a>
                        </div>
                      </td>
                    </tr>
                  </table>
                </form>
              </td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
  </body>
</html>
der link steht ja schon oben, aber hier trotzdem nochmal: http://seabattles.dyndns.org/acp/
  Mit Zitat antworten Zitat