Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/02/2008, 06:39
cuideru
 
Fecha de Ingreso: febrero-2007
Mensajes: 109
Antigüedad: 17 años, 2 meses
Puntos: 1
vertical-align

Sé que es una chorradilla, pero no me doy cuenta de porqué el texto no se alinea al medio:

.
Código:
.resalte2{
	width: 402;
	height:35;
	background-color:#E8EAFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #000099;	
	text-align:center;
	vertical-align:middle;
}
Cuideru