Hi!
Bin ein absoluter Nobb in Hp's
Wollte ein Kontaktfomular machen hier mal der Code:
Was hab cih falsch gemacht? Es verschickts nicht...
Bin ein absoluter Nobb in Hp's
Wollte ein Kontaktfomular machen hier mal der Code:
Code:
<form action="/index.html" method="post"> <input name="email" value="[email protected]" type="hidden">
<input name="url" value="http://www.world-of-jay.de" type="hidden"><!-- Hier beginnt die Tabelle -->
<table align="center" border="0">
<tbody>
<tr>
<td> <span style="font-family: Comic Sans MS; font-weight: bold; color: rgb(0, 0, 0);">Betreff:</span><br>
<input name="Betreff" size="30" type="text"><br style="font-family: Comic Sans MS; font-weight: bold;">
<span style="font-family: Comic Sans MS; font-weight: bold; color: rgb(0, 0, 0);">Nachricht</span>
</td>
</tr>
<tr>
<td> <textarea name="Text" cols="50" wrap="VIRTUAL" rows="8"> </textarea> </td>
</tr>
<tr align="center">
<td> <input value="Ab geht die Post" type="submit"> <input value="Nein, doch nicht" type="reset"> </td>
</tr>
</tbody>
</table>
<!--- Hier endet die Tabelle -->
</form>