Ver Mensaje Individual
  #19 (permalink)  
Antiguo 18/10/2005, 15:29
Avatar de RoQ
RoQ
 
Fecha de Ingreso: abril-2005
Mensajes: 771
Antigüedad: 19 años
Puntos: 0
el codigo que se te ha dado esta bien lo que pasa es que en el CSS hay tambien esto

Código HTML:
#links li {
	list-style: none;
	background: url(images/links_bullet.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	}
ponlo entre /* y */ y trata de nuevo asi
Código HTML:
/* #links li {
	list-style: none;
	background: url(images/links_bullet.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	}*/