![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/11/2005, 06:28
|
![Avatar de izar](http://static.forosdelweb.com/customavatars/avatar53922_4.gif) | | | Fecha de Ingreso: enero-2004
Mensajes: 519
Antigüedad: 21 años 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> |