Ciao, sto creando un modulo con dreamweaver 8. Ed ho praticamente questa situazione:

Perchè RICONTATTATO me lo mette in una seconda riga. Io vorrei che fosse tutto su una riga e che le celle fossero uguali. Così:

Qui VUOI ESSERE RICONTATTATO è su un'unica riga, quidi la cella che lo contiene mantiene la stessa grandezza delle altre.
Posto il codice della prima foto (dell'altra non ce l ho
):
<!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>Untitled Document</title>
</head>
<body>
<p> </p>
<form id="form1" name="form1" method="post" action="">
<table width="300" border="0">
<tr>
<td> </td>
<td>contatti</td>
</tr>
<tr>
<td>nome</td>
<td><input name="textfield" type="text" value="inserisci nome" size="35" maxlength="50" /></td>
</tr>
<tr>
<td>cognome</td>
<td><input name="textfield2" type="text" value="inserisci cognome" size="35" maxlength="50" /></td>
</tr>
<tr>
<td>vuoi essere ricontattato? </td>
<td> </td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>

Perchè RICONTATTATO me lo mette in una seconda riga. Io vorrei che fosse tutto su una riga e che le celle fossero uguali. Così:

Qui VUOI ESSERE RICONTATTATO è su un'unica riga, quidi la cella che lo contiene mantiene la stessa grandezza delle altre.
Posto il codice della prima foto (dell'altra non ce l ho

<!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>Untitled Document</title>
</head>
<body>
<p> </p>
<form id="form1" name="form1" method="post" action="">
<table width="300" border="0">
<tr>
<td> </td>
<td>contatti</td>
</tr>
<tr>
<td>nome</td>
<td><input name="textfield" type="text" value="inserisci nome" size="35" maxlength="50" /></td>
</tr>
<tr>
<td>cognome</td>
<td><input name="textfield2" type="text" value="inserisci cognome" size="35" maxlength="50" /></td>
</tr>
<tr>
<td>vuoi essere ricontattato? </td>
<td> </td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>