Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/02/2008, 08:31
Avatar de juanitTo
juanitTo
 
Fecha de Ingreso: enero-2007
Mensajes: 406
Antigüedad: 17 años, 2 meses
Puntos: 5
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
__________________
Videos de Metal