Beos-Berlin
Neues Mitglied
also ich möchte das sich leute auf meiner homepage registrieren können dazu brauche ich ein formular und etc und kenn mich noch nicht so gut aus
Mein Formular Code:
Mein Formular Code:
HTML:
<table border="0">
<tr>
<td><p>Benutzername</p></td><td><input type="text"></td>
</tr>
<tr>
<td><p>Passwort</p></td><td><input type="password"></td>
</tr>
<tr>
<td><p>Passwort wiederholen</p></td><td><input type="password"></td>
</tr>
<tr>
<td><p>E-mail</p></td><td><input type="e-mail"></td>
</tr>
<tr>
<td><input type="submit" name="submit" value="Jetzt Registrieren" class="button"></td>
</tr>
</table>