Ciao a tutti, sto inserendo questo form, ma non riesco a inserire delle dimensioni alla tabella, o meglio, do delle indicazioni per l altezza della tabella generale ma la tabella non "risponde".... come posso fare?
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>FormMail generale di Aruba</title>
</head>
<body bgcolor="#FFFFFF" style="height:450px;">
<div align="center" style="height:380px;">
<center>
<table border="0" cellpadding="3" cellspacing="3" width="68%">
<tr>
<td width="100%" valign="top" bgcolor="#0099CC">
<p align="center" style="font-family:Verdana, Geneva, sans-serif; color:#FFF; font-size:9px">compila il modulo sottostante per inviarci una mail</p></td>
</tr>
<tr>
<td width="100%" valign="top" bgcolor="#FFFFFF" bordercolor="#0099CC" bordercolorlight="#0099CC">
<FORM action=http://FormMail.aruba.it/cgi-bin/FormMail.pl method=post>
<INPUT name=subject type=hidden value="OGGETTO">
<!-- INSERITE L'INDIRIZZO E-MAIL AL QUALE DESIDERATE RICEVERE I DATI INSERITI NEL FORM
AL POSTO DI STAFF@ARUBA.IT -->
<INPUT name=recipient type=hidden value="info@.it">
<INPUT name=return_link_title type=hidden value="">
<INPUT name=return_link_url type=hidden value=http://vademecum.aruba.it/>
<INPUT name=required type=hidden value=email>
<input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">
<input type="hidden" name="redirect" value="http://vademecum.aruba.it/main/images/grazie.htm">
<p align="center"><font face="Verdana" size="1">Nome :<INPUT name=realname size=23 style="background-color:#FFF; font-family: Andale Mono; font-size: 10 pt; color: #000000; border: 1 solid #0099CC">
</font>
<p align="center"><font face="Verdana" size="1">
Mail : <INPUT name=email size=23 style="background-color:#FFF; font-family: Andale Mono; font-size: 10 pt; color: #000000; border: 1 solid #0099CC">
</font>
</p>
<p align="center">
<font face="Verdana" size="1">Tel: <INPUT name=telefono size=23 style="background-color: #FFF; font-family: Andale Mono; font-size: 10 pt; color: #000000; border: 1 solid #0099CC">
</font>
</p>
<p align="center">
<font face="Verdana" size="1"><font color="#006699" size="2" face="Verdana, Arial, Helvetica, sans-serif">Messaggio</font>
<TEXTAREA cols=39 name=Dati rows=6 style="background-color: #FFF; color: #000000; font-family: Andale Mono; font-size: 10 pt; border: 1 solid #0099CC"></TEXTAREA>.
<INPUT type=submit value=Invia>
</form>
</p>
</td>
</tr>
</table>
</center>
</div>
</HTML>