Cita:
Iniciado por xfxstudios si amigo debe colocarlos por aca
voy a envar en dos partes
Formulario html a llenar
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Formula</title>
<link rel="stylesheet" href="file:///I:/Wordpress/respaldo%20de%20oficio%20y%20matrimonio%20tony/estilos.css">
</head>
<body>
<br>
<div id="contenedor">
<form action="formulario.php" method="post">
<table align="center" width="437" border="0" cellspacing="0" cellpadding="0" style="border-left-width: 0px; border-bottom-width: 0px">
<tr>
<td width="150">
<p align="right">Nombre: </td>
<td>
<input type="text" name="nombre" placeholder="Escriba su nombre" size="23"></td>
</tr>
<tr>
<td width="150">
<p align="right">Correo: </td>
<td><input type="email" name="correo" placeholder="Su correo" size="23"></td>
</tr>
<tr>
<td width="150">
<p align="right">Número de Invitados: </td>
<td><input type="text" name="numero" placeholder="Numero" size="23"></td>
</tr>
<tr>
<td width="150" style="border-bottom-style: none; border-bottom-width: medium">
<p align="right">Su Confirmación: </td>
<td>
<textarea cols="22" rows="6" name="contenido" placeholder="Escriba en este lugar" ></textarea></td>
</tr>
<tr>
<td width="150" height="59" style="border-style: none; border-width: medium"> </td>
<td style="border-left-style: none; border-left-width: medium"><input id="boton" type="submit" name="boton" value="Enviar Confirmacion"></td>
</tr>
</table>
</form>
</div>
</body>
</html>