C贸mo hacer que un link no se vea subrayado?
Hola
Quiero hacer que en la p谩gina que estOy armando no se vean los links subrayados, sino que se vean como el texto normal y que al poner el cursor sobre 茅l, cambie de color.
Me podr铆an ayudar??
Se los agradecer茅 mucho! =0)
Quiero hacer que en la p谩gina que estOy armando no se vean los links subrayados, sino que se vean como el texto normal y que al poner el cursor sobre 茅l, cambie de color.
Me podr铆an ayudar??
Se los agradecer茅 mucho! =0)
mira nena, utiliza estilos, f铆jate sobretodo en text-decoration, tiene varias propiedades, none(esa es la tuya), underline, overline, line-through, por cierto, c贸mo me lo vas a agradecer??
a.menu:hover { text-decoration : none; color : #FFFFFF; font-size:11px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; }
a.menu:active { text-decoration : none; color : #FFFFFF;font-size:11px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; }
a.menu:link { text-decoration : none; color : #FFFFFF;font-size:11px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; }
a.menu:visited { text-decoration : none; color :#FFFFFF; font-size:11px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; }
a.menu:hover { text-decoration : none; color : #FFFFFF; font-size:11px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; }
a.menu:active { text-decoration : none; color : #FFFFFF;font-size:11px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; }
a.menu:link { text-decoration : none; color : #FFFFFF;font-size:11px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; }
a.menu:visited { text-decoration : none; color :#FFFFFF; font-size:11px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; }
