| View previous topic :: View next topic |
| Author |
Message |
rockthekazbah
Joined: 05 Jun 2006 Posts: 3
|
Posted: Mon Jun 05, 2006 1:08 pm Post subject: quick anchor link question. |
|
|
Hi,
I am trying to use a small piece of text as an anchor link to a seperate page,
Is it possible to remove the underline for the standard anchor?
Cheers |
|
| Back to top |
|
 |
|
|
johneva 500+ Club

Joined: 29 Oct 2005 Posts: 561 Location: Stafford, England
|
Posted: Mon Jun 05, 2006 1:51 pm Post subject: Re: quick anchor link question. |
|
|
Here is the css just put it in your css file or in the head of your doc wrapped in styles tags.
| Code: |
a {
text-decoration: none;
}
|
|
|
| Back to top |
|
 |
rockthekazbah
Joined: 05 Jun 2006 Posts: 3
|
Posted: Mon Jun 05, 2006 2:23 pm Post subject: Re: quick anchor link question. |
|
|
| Sweet thanks for that |
|
| Back to top |
|
 |
|