Thomas Keller
|
| Posted: 04/19/2002, 4:10 AM |
|
how can i create hyperlinks without textdecoration?
|
|
|
 |
Jim Kilgo
|
| Posted: 04/19/2002, 4:34 AM |
|
Thomas.
Add this either between your <head></head> tags:
<style>
A:Link {text-decoration: none;}
</style>
or add a seperate style sheet (mystyles.css) and then link to this seperate
sheet with each page you would like to style this way.
Jim
"Thomas Keller" <keller@pkl.com> wrote in message
news:a9otv1$vat$1@news.codecharge.com...
> how can i create hyperlinks without textdecoration?
>
>
>
|
|
|
 |
|