#1 Truquito HTML
Bueno les paso este truquito html ke kapaz muchos ya lo conoces pero capaz hay otros que no. Sirve fundamentalmente para sacarle el subrayado a los vinculos visitados, activos y comun.
<html>
<head>
<title>NightWolf</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
a:link { text-decoration: none}
a:visited { text-decoration: none}
a:active { text-decoration: none}
-->
asi tendria ke kedar la parte superior de su codigo.
<html>
<head>
<title>NightWolf</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
a:link { text-decoration: none}
a:visited { text-decoration: none}
a:active { text-decoration: none}
-->
asi tendria ke kedar la parte superior de su codigo.
1
, lo que hace es redefinir las clases a:, a:link, a:visited y a:active......es una mezcla con CSS (Cascade Style Sheets)