si alguien pudiera ayudarme
Este es el css...
Código:
A:link {
color: #000080;
text-decoration: none;
border-bottom: 1px dotted;
background:url(bullet-normal.gif) 0 7px no-repeat ;
line-height: 29px;
padding:0 0 0 20px;
}
A:visited {
color: #6B8E23;
text-decoration: none;
border-bottom: 1px dotted;
background:url(bullet-normal.gif) 0 7px no-repeat ;
line-height: 29px;
padding:0 0 0 20px;
}
A:hover {
color: #000080;
text-decoration: none;
border-bottom: 1px dotted;
background:url(bullet-hover.gif) 0 7px no-repeat;
line-height: 29px;
padding:0 0 0 20px;
}
Y queda así...

