Ver Mensaje Individual
  #7 (permalink)  
Antiguo 03/02/2010, 17:27
Avatar de Pike
Pike
 
Fecha de Ingreso: agosto-2008
Ubicación: Por ahí
Mensajes: 251
Antigüedad: 15 años, 8 meses
Puntos: 1
Respuesta: formulario descuadrado en con IE7

<META content="MSHTML 6.00.2900.5897" name=GENERATOR></HEAD>
<BODY>
<div id="apDiv5">
<form name="contacto.php" method="post" action="">
<table width="200" border="0">
<tr>
<td width="57" height="27">Nombre </td>
<td width="144"><label>
<input type="text" name="nombre"
value="<?php echo $_POST["nombre"]?>">
<?php
if($val1!="ok"){
echo $val1;
}
?>
</label></td>
<td width="139">*obligatorio</td>
</tr>
<tr>
<td>&nbsp;</td>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td>email </td>
<td><label>
<input type="text" name="email"
value="<?php echo $_POST["email"]?>">
<?php
if($val2!="ok"){
echo $val2;
}
?>
</label></td>
<td>*obligatorio</td>
</tr>
<tr>
<td>&nbsp;</td>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td>Teléfono </td>
<td colspan="2"><label>
<input type="text" name="telefono"
value="<?php echo $_POST["telefono"]?>">
<?php
if($val3!="ok"){
echo $val3;
}
?>
</label></td>
</tr>
<tr>
<td>&nbsp;</td>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td>Asunto </td>
<td colspan="2"><label>
<textarea name="asunto" id="textarea" cols="45" rows="5"
value="<?php echo $_POST["asunto"]?>"></textarea>
<?php
if($val4!="ok"){
echo $val4;
}
?>
</label></td>
</tr>
<tr>
<td>&nbsp;</td>
<td colspan="2"><label>
<input type="submit" name="button" id="button" value="Enviar">
</label></td>
</tr>
</table>
</form>
este es el código, solamente del formulario, hay alguna validacion en php por medio que no creo que afecte