Cita:
Iniciado por JavierB Si pones el código que estás usando será más fácil ayudarte y si pones un título más adecuado a tu mensaje ayudará mucho cuando alguien quiera encontrarlo.
Opino igual, mmm
Si te sirve de algo.... toma nota:
Entre <head> y </head>
Código:
<style type="text/css">
<!--
A.estilo2:link {font-family: Verdana,Arial/*o la que tu quieras*/;
font-size: 12pt;
color: #000000;
text-decoration: none;
}
A.estilo2:active {font-family: ;
font-size: 12pt;
color: #000000;
text-decoration: none;
}
A.estilo2:visited {font-family: ;
font-size: 12pt;
color: green;
text-decoration: none;
}
A.estilo2:hover {font-family: ;
font-size: 12pt;
color: orange;
text-decoration: underline;
}
-->
</style>
Código:
<a href="misitio.html" class="estilo2">vinculo</a>
Slds..