ecco il link della pagina:http://carlocelestini.altervista.org/contatto.html
EDIT:
Codice HTML:
<body style="background-color:black">
<form action="/cgi-bin/formmail.pl" method="post">><input type="hidden" name="recipient" value="carlocelestini@altervista.org" /> <input type="hidden" name="subject" value="oggetto" />
<table border="0" cellspacing="0" cellpadding="5" align="center">
<tbody>
<tr>
<td><strong><span style="color: #cc00ff;"> Nome e Cognome:</span></strong></td>
<td align="right"><input type="text" name="realname" /></td>
</tr>
<tr>
<td><strong><span style="color: #cc00ff;">Email:</span></strong></td>
<td align="right"><input type="text" name="email" /></td>
</tr>
<tr>
<td colspan="2"><strong><span style="color: #cc00ff;">Messaggio:</span></strong></td>
</tr>
<tr>
<td colspan="2"><textarea name="messaggio" rows="5" cols="40"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="Submit" value="Invia" /></td>
</tr>
</tbody>
</table>