Tabelle zu hoch

  • Moin moin!

    ich habe in einer tabelle ein login- und passwortfeld.
    die tabelle ist aber zu hoch und er will sie auch mit max(-)height nicht kleiner machen.
    hier mal das script....


    <table border = '1'; bordercolor = '#000000'; cellspacing = '0'; height = '20';>
    <tr>
    <td>
    <form action="login.php" method="post" align = center;>
    <font style='font-family: impact, sans-serif; font-size: 10pt; color: #556B2F;'>
    username:
    <input type='text' style='width: 110px; height: 20px; background-color: #a7a7a7;' maxlength='50'
    name='username'>
    <font style='font-family: impact, sans-serif; font-size: 10pt; color: #556B2F;'>
    password:
    <input type='password' style='width: 110px; height: 20px; background-color: #a7a7a7; ' maxlength='50'
    name='password'>
    <input type="submit" style="width: 55px; height: 20px; font: bold 10pt ;color: #556B2F; background-color: black; border: 1px dotted #556B2F;" value="Login">
    </form>
    </td>
    </tr>
    </table>

    </body>


    ich wette ihr könntmir helfen.
    sie soll 25px hoch sein.

    schonmal danke.

    mfg

    medius

  • hab da nen fehler im script gefunden...da steht bei der tabelle height = 20 und nich wie ich will 25, aber das is ja auch wumpe weil es ja eh zu groß is.

  • nicht so ungeduldig hier...

  • 1. hast du die html und css syntax wohl nicht ganz begriffen: http://de.selfhtml.org
    2. wenn du mit css arbeitest, dann bitte richtig:

    musst halt vielleicht noch ein paar anpassungen vornehmen, aber du solltest das so schaffen können :roll:

    so long

  • erstmal entschuldigung für die ungedult ;)

    und dann nen dickes dankeschön, funzt wunderbar :D