Programación Web y Scripting > HTML
Quitar Subrayado De Un Link
NRM:
Tiene razon Kev, me confundi y puse un : en vez de un -.
Soultaker:
Hey gracias Kev si funciona perfectamente.
:comp:
ArKaNtOs:
si quieren que no aparezca en ningun vinculo y no hagan tanta talacha:
--- Código: Text ---<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><style type="text/css"><!-- A {text-decoration: NONE;} --></style><title>Untitled</title></head><body><a href="http://www.google.com.mx">www.google.com</a></body></html>
bye :) :kicking:
Soultaker:
Porque el Text-decoration no funciona dentro de una tabla, asi lo estoy haciendo y no me sale, o es que algo estoy haciendo mal
<!--html--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>HTML </td></tr><tr><td id='CODE'><!--html1--><table border=0 style="font-size:16; font-weight:bold; text-decoration:none;"><!--html2--></td></tr></table><div class='postcolor'><!--html3-->
:comp:
Ezdlir:
Es que según veo ese style se aplica al texto dentro de la tabla, pero no a los links en sí. Si probás cambiando none por underline, agregar texto y vas a notar la diferencia.
Para sacarle el subrayado a algunos links en particular me parece que lo mejor es o definirle el style a esos links o usar class o id
Aca explica más o menos como hacer lo último http://www.w3schools.com/css/css_syntax.asp
Navegación
[#] Página Siguiente
[*] Página Anterior
Ir a la versión completa