Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/11/2005, 06:28
Avatar de izar
izar
 
Fecha de Ingreso: enero-2004
Mensajes: 519
Antigüedad: 20 años, 3 meses
Puntos: 1
en tu css incluye esto:
<style type="text/css">
a:link {
text-decoration: none;
color: #000000;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: orange;
}
a:active {
text-decoration: none;

color: red;
}
</style>