12-feb-2008, 08:31
|
#2 (permalink)
|
Fecha de Ingreso: enero-2007
Mensajes: 372
|
Re: Color de los vínculos
Si diseñas con css yo probaria con poner:
<style type="text/css">
columna1 a:link {text-decoration:none;font-weight:bold;color:#yyyyyy;
}
columna1 a:visited {text-decoration:none;font-weight:bold;color:#yyyyyy;
}
columna1 a:hover {text-decoration:underline;font-weight:bold;color:#yyyyyy;
}
columna2 a:link {text-decoration:none;font-weight:bold;color:#xxxxxx;
}
columna2 a:visited {text-decoration:none;font-weight:bold;color:#xxxxxx;
}
columna2 a:hover {text-decoration:underline;font-weight:bold;color:#xxxxxx;
}
</style>
Aunque no se si funcionara, nunca he probado, solo se que funciona si lo pones en el body.
Espero haberte ayudado, saludos
|
|
|