Cita:
Iniciado por Adriabs OK, entonces, a ver, yo solo tengo un estilo, que se llama css1, así están en mi sitio el estilo y el código del vínculo:
prueba asi
Código HTML:
.css1 {
font-family: "trebuchet MS";
font-size: 12px;
color: #333333;
}
a.css1:link{
font-family: "trebuchet MS";
font-size: 12px;
color: #333333;
}
a:link {
color: #333333;
text-decoration: none;
y en el html
Código HTML:
< a href="link.html" class="css1">link</a>
un saludo