Programación Web y Scripting > HTML

 Quitar Subrayado De Un Link

(1/3) > >>

Soultaker:
Hola a todos alguien conoce algun metodo de como quitar el subrayado a un Link. Espero sus respuestas.

 :comp:

NRM:

--- Código: Text ---<a href="http://www.google.com" style="text:decoration: none;">Link</a> 
Espero te sirva

Soultaker:
Hola NRM, estas seguro que es asi, lo acabo de probar y no me funciona, mira asi lo he hecho
<!--html--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>HTML </td></tr><tr><td id='CODE'><!--html1--><html>
<body>
<a href="http://www.google.com" style="text:decoration: none;">Link</a>
</body>
</html>
<!--html2--></td></tr></table><div class='postcolor'><!--html3-->

hitman47:
ESO NO ES HTML BUSCA TUTORES DE CSS O TOMA EL CODIGO DE ALGUNA
WEB Q LO TENGA.
       SALU2

Kev:
Si es Css, pero creo que se equivocaron porque se escribe text-decoration:none y no text:decoration:none


--- Código: Text ---&#60;html&#62; &#60;head&#62;&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=windows-1252&#34;&#62;&#60;title&#62;Quitar subrayado&#60;/title&#62;&#60;/head&#62;&#60;body&#62;&#60;a href=&#34;www.google.com&#34; style=&#34;text-decoration:none;&#34;&#62;Link&#60;/a&#62;&#60;/body&#62; &#60;/html&#62; 
Espero te sirva
Salu2
 :comp:  :hola:

Navegación

[0] Índice de Mensajes

[#] Página Siguiente

Ir a la versión completa