Programación Web y Scripting > HTML

 Quitar Subrayado De Un Link

<< < (2/3) > >>

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 ---&#60;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.01 Transitional//EN&#34;&#62; &#60;html&#62;&#60;head&#62;&#60;style type=&#34;text/css&#34;&#62;&#60;!-- A {text-decoration: NONE;} --&#62;&#60;/style&#62;&#60;title&#62;Untitled&#60;/title&#62;&#60;/head&#62;&#60;body&#62;&#60;a href=&#34;http://www.google.com.mx&#34;&#62;www.google.com&#60;/a&#62;&#60;/body&#62;&#60;/html&#62; 
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

[0] Índice de Mensajes

[#] Página Siguiente

[*] Página Anterior

Ir a la versión completa