Ver Mensaje Individual
  #11 (permalink)  
Antiguo 13/09/2008, 18:26
fumondj
 
Fecha de Ingreso: octubre-2006
Mensajes: 471
Antigüedad: 17 años, 5 meses
Puntos: 1
Respuesta: Grosor del texto

Cita:
Iniciado por Triby Ver Mensaje
Código HTML:
<style type="text/css">
p.Estilo1 {
	font-weight: 900;
	
}
p.Estilo2 {
	font-color: #CCCCCC;
}
</style> 
1- font-weight solo acepta bold, normal, etc... checa todas las opciones antes de asignar un valor.
2- font-color no existe, sólo se teclea color.
Nada , he tecleado color y no cambia el color solo el tamaño mira , por cierto font-weight si que acepta numeros

Código PHP:
<style type="text/css">
p.Estilo1 {
    
font-weight900;
    
}
p.Estilo2 {
    
color#CCCCCC;

}
</
style