|    
			
				08/06/2008, 14:47
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: febrero-2008 
						Mensajes: 2.183
					 Antigüedad: 17 años, 8 meses Puntos: 52 |  | 
  |  Respuesta: Diseño del formulario, desordenado.  
  esto es puro HTML deberias de postear alli, lo rero es que no te hayan movido ya el post al foro de <html>  Cita:  <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
 <td width="50%"> </td>
 <td width="50%"> </td>
 </tr>
 <tr>
 <td>Nombre</td>
 <td><input id="exA_Id" class="fValidate['required']" name="id" type="text" /></td>
 </tr>
 <tr>
 <td></td></tr><tr>
 <td><label for="exA_Password">Clave:</label></td>
 <td><input id="exA_Password" class="fValidate['required']" name="password" type="password" /></td>
 </tr><tr>
 <td></td></tr>
 <tr>
 <td><label for="label">Repetir clave</label></td>
 <td><input id="exA_cPassword" class="fValidate['required','=exA_Password']" name="cpassword" type="password" /></td></tr><tr>
 <td>Correo Intranet</td>
 <td><input id="exA_Name" class="fValidate['required','alpha']" name="name" type="text" /></td>
 </tr>
 <tr>
 <td>sexo</td>
 <td><label for="exA_Sex_male">Hombre</label>
 <input id="exA_Sex_male" name="sex" type="radio" value="male" />
 <label for="exA_Sex_female">Mujer</label>
 <input id="exA_Sex_female" class="fValidate['required']" name="sex" type="radio" value="female" /></td>
 </tr>
 <tr>
 <td>Fecha nacimiento</td>
 <td><input id="exA_Date" class="fValidate['date']" name="date" type="text" /></td>
 </tr>
 <tr>
 <td>Telefono:</td>
 <td><input id="exA_Phone" class="fValidate['required','phone']" name="phone" type="text" /></td>
 </tr>
 <tr>
 <td><label for="exA_Email">Email:</label></td>
 <td><input id="exA_Email" class="fValidate['required','email']" name="email" type="text" /></td>
 </tr>
 <tr>
 <td>Espacio en comunidad Marcos Paz Digital</td>
 <td><input id="exA_Url" class="fValidate['required','url']" name="url" type="text" /></td>
 </tr>
 <tr>
 <td>Real (float):</td>
 <td><input id="exA_Number" class="fValidate['required','real']" name="number" type="text" /></td>
 </tr>
 <tr>
 <td> </td>
 <td> </td>
 </tr>
 <tr>
 <td> </td>
 <td> </td>
 </tr>
 <tr>
 <td><div align="center">
 <input type="submit" name="Submit" value="Submit" />
 </div></td>
 <td><div align="center">
 <input type="reset" name="Submit2" value="Reset" />
 </div></td>
 </tr>
 <tr>
 <td> </td>
 <td> </td>
 </tr>
 <tr>
 <td> </td>
 <td> </td>
 </tr>
 </table>
    |