Kellmar: PHP-Formular in eine Ebene

Beitrag lesen

<div id="Layer3" style="position:absolute; left:30px; top:150px; width:730px; height:350px; z-index:1; background-color: #C00000; layer-background-color: #C00000; border: 1px solid black">

<form action="formular.php" method="post">

Vorname: <input type="text" name="vorname"><br>
Alter:   <input type="text" name="alter">

<input type="submit" value="Abschicken">
<input type="reset"  value="Reset">

</form>

</div>

Geh mal ein Bisschen in Selfhtml surfen!
Einfach damit Anfangen!!!

Gruß Kellmar