Programación Web y Scripting > HTML

 Link Sin Cursiva

(1/1)

darmigmar:
Hola, qué tal? Quería saber si se puede escribir un link sin que este se ponga automáticamente en cursiva y cómo hay que hacer, si alguien me da una mano se lo agradecería.

Soultaker:
Hey darmigmar pero si los enlaces no se ponen automatiicamente en cursiva, bueno a mi no, bueno yo lo hago asi, y me sale normal.<!--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>Google</a>
</body>
</html><!--html2--></td></tr></table><div class='postcolor'><!--html3-->
Espero te sirva
 :comp:

darmigmar:
Sí, acabo de fijarme y es que el Explorer mío está configurado para subrayar siempre todos los vínculos. Igual, gracias.

ArKaNtOs:
si lo que quieres es que no aparezca subrayado el vinculo te sugiero que utilices estilos (CSS)  :kicking:

<!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>

prueba esto y veras que ahi no aparece subrayado aunque tu navegador tenga que ponga subrayado  ;) bye  :hola:

Navegación

[0] Índice de Mensajes

Ir a la versión completa