Thorsten Olscha: PHP-Formular in eine Ebene

Beitrag lesen

Hallo Kellmar!
Am Besten so wie man immer etwas ausrichtet mit einer Tabelle.
Unjefähr so:
<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">
  <table border="0">
   <tr>
    <td>Vorname:</td><td><input type="text" name="vorname"></td>
   </tr>
   <tr>
    <td>Alter: </td><td><input type="text" name="alter"></td>
   </tr>
     <tr>
    <td colspan="2" align="RIGHT"><input type="submit" value="Abschicken"></td>
   </tr>
  </table>
 </form>
</div>

Viel Spaß damit...
T.=0.