Ver Mensaje Individual
  #10 (permalink)  
Antiguo 24/05/2011, 08:42
Avatar de apolazo
apolazo
 
Fecha de Ingreso: mayo-2011
Ubicación: Cabrero
Mensajes: 118
Antigüedad: 13 años
Puntos: 2
Respuesta: Problemas con los acentos y la ñ

Prueba este

<meta name=description content="">
<meta name=keywords content="">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<html>
<head>
<title>Mándanos tus comentarios</title>
</head>

<body bgcolor="#cccc66" text="#003300" link="#006060" vlink="#006060">

<form action="formularioemail2.php" method="post" >
Nombre: <input type=text name="nombre" size=16>
<br>
Email: <input type=text name="email" size=16>
<br>
Comentarios: <textarea name="mensaje" cols=32 rows=6></textarea>
<br>
<input type=submit value="Enviar">
</form>

</body>
</html>