Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/09/2011, 11:42
Avatar de elesanchezf
elesanchezf
 
Fecha de Ingreso: septiembre-2011
Ubicación: México
Mensajes: 20
Antigüedad: 12 años, 8 meses
Puntos: 1
Respuesta: Mesa de regalo

bueno esto es lo que tengo de codigo, es html porque no se como hacerlo en php pero va asi.


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>

<body>
<table width="56%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"><form id="form1" name="form1" method="post" action="">
<p>1.- Xbox 360 con Kinet (sams club $4,800)
<br />
<label for="textfield"></label>
<input name="textfield" type="text" id="textfield" size="40" />
<input type="submit" name="button" id="button" value="Guardar" />
</p>
<p> 2.- Soccer Tactics World Edition Board Game ($360)<br />
<label for="textfield2"></label>
<input name="textfield2" type="text" id="textfield2" size="40" />
<input type="submit" name="button2" id="button2" value="Guardar" />
</p>
<p> 3.- Foosball/Soccer Table ($6,000)<br />
<label for="textfield3"></label>
<input name="textfield3" type="text" id="textfield3" size="40" />
<input type="submit" name="button3" id="button3" value="Guardar" />
</p>
<p>&nbsp;</p>
<div><br />
</div>
</form>
<p>&nbsp;</p>
<p>&nbsp;</p></th>
</tr>
</table>
</body>
</html>