Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/11/2004, 13:03
Avatar de iconogt
iconogt
 
Fecha de Ingreso: septiembre-2004
Ubicación: Guatemala
Mensajes: 576
Antigüedad: 19 años, 7 meses
Puntos: 4
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..
__________________
_______
Jorge Rojas.

Última edición por iconogt; 23/11/2004 a las 13:04 Razón: Me falto cerrar algo