PDA

View Full Version : hide the line in a link


bart21
10-04-2000, 10:25 AM
I have (maybe a stupid) problem: when I make a link to an another page,I always see an underscored line (what is pretty normal) but I want to let it disappear. Is there some JavaScript code for it? And is it also possible to let it ALWAYS dissapear? Even when you move your mouse over the link? I want, for example, to show the linktext in another font color.thx

ianrules
10-04-2000, 09:19 PM
Hi, for this you use css
its not something you can just learn here though i will tell you the coding for the problem you currently have:

in your HEAD tag:
<style>
a {color:#COLOR CODE; text-decoration:none}
a:link {color:#COLOR CODE; text-decoration:none}
a:visited {color:#COLOR CODE; text-decoration:none}
a:hover {color:#COLOR CODE; text-decoration:none}
a:active {color:#COLOR CODE; text-decoration:none}
</style>
</head>
<body>
...


YOU GET THE IDEA IF YOU WANT TO LEARN CSS i suggest you either search for tutorials on different web-sites or email me and i will TRY to teach you.

------------------
Hello People...
please visit my site http://www.ianrules.xoasis.com/