View Full Version : Link Help


Strawberryz
02-15-2003, 10:49 PM
How do you take the underscore/underline/whatever you wanna call it out of a link??

Thanx

Alcy
02-15-2003, 11:16 PM
Put this in your <head>

<style type="text/css">

a:link
{
text-decoration:none;
}

</style>



http://www.lissaexplains.com/css.shtml

orlyhot
02-15-2003, 11:17 PM
Do you mean like this: ______ ? the code for a link is just
(a href="Website")Click here(/a) but instead of () use brackets >

MaGiCSuN
02-16-2003, 12:09 PM
What alcy said was right, you just add that into your <head> tag and the underline link will go away, it will just be a link without the line underneat it.

Love,
Mirna