Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/12/2012, 10:09
carlosuc99
 
Fecha de Ingreso: junio-2011
Mensajes: 342
Antigüedad: 12 años, 9 meses
Puntos: 5
Exclamación Respuesta: Alinear formularios

He hecho esto:

Código HTML:
Ver original
  1. <label for="icao">ICAO</label> <input type="text" id="icao" name="icao" /><br />

Ahora como le puedo aplicar esto que tenía hecho en CSS para lo antiguo?

Código CSS:
Ver original
  1. td.Forms {
  2.    
  3.  
  4.     text-align: left;
  5.     text-indent: 10px;
  6.     font-family: Century Gothic;
  7.     font-weight: normal;
  8.     font-size: 15px;
  9.     white-space: nowrap;
  10. }