Ver Mensaje Individual
  #2  
Antiguo 30-08-2005
Avatar de roman
roman roman is offline
Moderador
 
Registrado: may 2003
Ubicación: Ciudad de México
Posts: 20.269
Reputación: 10
roman Es un diamante en brutoroman Es un diamante en brutoroman Es un diamante en bruto
Estee..

El código fuente del formulario de la página citada:

Código:
<form action="">
<table>
<colgroup>
<col style="width:220px" />
<col />
</colgroup>
<tr>
  <td><label for="mail">E-mail address:</label></td>
  <td><input id="mail" type="text" name="email" /></td>
</tr>
<tr>
  <td><label>Subscribe me to Opera's newsletter</label></td>
  <td><input type="checkbox" name="newsletter" /></td>
</tr>
<tr>
  <td colspan="2"><input type="submit" value="Submit" /></td>
</tr>
</table>
// Saludos
Responder Con Cita