Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/11/2004, 16:10
Avatar de jesusbet
jesusbet
(Desactivado)
 
Fecha de Ingreso: mayo-2004
Ubicación: Monterrey, MX
Mensajes: 2.667
Antigüedad: 19 años, 11 meses
Puntos: 2
si no mal recuerdo, usando en vez del underline, un border-bottom, y al mismo tiempo haciendo un line-height, te quedaría, ej:

h2 {
font-size:14px;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
width: auto;
padding-left: 10px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #000000;
line-height: 15pt;

}

así saldría un borde inferior separado.

Saludos