Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/09/2004, 11:01
Avatar de Khronos
Khronos
 
Fecha de Ingreso: agosto-2004
Ubicación: Venezuela, PLC
Mensajes: 218
Antigüedad: 19 años, 7 meses
Puntos: 0
Para eso tienes ke usar estilos CSS. Te pongo un código de ejemplo para ke lo pruebes.
<style type="text/css">
A:link {
COLOR: #cd2e2b; TEXT-DECORATION: none;
}
A:visited {
COLOR: #cd2e2b; TEXT-DECORATION: none;
}
A:active {
COLOR: #cd2e2b; TEXT-DECORATION: none;
}
A:hover {
COLOR: Black;
TEXT-DECORATION: underline;
background-color: #cd2e2b;
}
</style>
Eso tendrías ke colocarlo entre <head> y </head>.
__________________
When someone dies in the grip of a powerful rage... A curse is born. The curse gathers in that place of death. Those who encounter it will be consumed by its fury.