|
|
 |
Re: FN-FORUM Site Check
date posted 27th September 2002 17:02
>
>
>Is there anyway I can get rid of the underlines on the links using a style
>or am I stuck with this ?
>
a:link {color: #000000; text-decoration : none;} /* unvisited link */
a:visited {color: #000000; text-decoration : none;} /* visited link */
a:hover {color: #0000FF; text-decoration : none;} /* mouse over link */
a:active {color: #0000FF; text-decoration : none;} /* selected link */
Should do it, i think.
Tamsin
|
 |
|