Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/11/2006, 10:08
Avatar de Stephano
Stephano
 
Fecha de Ingreso: junio-2005
Ubicación: Arequipa
Mensajes: 392
Antigüedad: 18 años, 10 meses
Puntos: 3
Intenta con este codigo ahora:
Código HTML:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Formulario</title>
</head>

<body>
<table width="343" border="0"> <tr> <td><form name="form1" method="post" action="enviar.php">
  <table width="338" border="0">
    <tr>
      <td>Nombre:</td>
      <td><input name="nombre" type="text" id="nombre"></td>
    </tr>
    <tr>
      <td>Email:</td>
      <td><input name="email" type="text" id="email"></td>
    </tr>
    <tr>
      <td>Mensaje:</td>
      <td><textarea name="msg" id="msg"></textarea></td>
    </tr>
    <tr>
      <td><input type="submit" name="Submit" value="Enviar"></td>
      <td>&nbsp;</td>
    </tr>
  </table>    
</form></td>  
</tr> </table>
</body>

</html> 
si quieres insertar el codigo en una seccion de tu web, simplemente copia el codigo desde las tablas.
__________________
www.percyweb.com - mi Blog