Tom99
New member
Ich hab ein Html-datei bei der komsicher weise oben zwei Inputfelde rzu viel angezeigt wird:
Hier zur Seite: Kdeintragen
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<input><input>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Kdeintragen</title>
<style type="text/css">
#form { visibility: visible;
width: 150px;
font-family: Arial,Helvetica,sans-serif;
}
#in { border: 1px solid rgb(153, 153, 153);
display: block;
background-color: rgb(153, 153, 153);
margin-top: 1px;
margin-bottom: 1px;
}
#button { background-color: rgb(192, 192, 192);
margin-top: 4px;
text-align: center;
}
#button:hover { border-style: inset;
visibility: visible;
}
</style>
</head>
<body>
<div id="form">
<form method="post" action="self" name="kd_eintragen">Nickname:
<input name="Nickname" id="in">K/D: <input name="kd" id="in">
Passwort: <input name="passwort" id="in" type="password">
<input value="Abschicken!" name="abschicken" id="button" type="button">
</form>
</div>
</body>
</html>