|
Jedi
|
|
(regular)
|
|
Fri Mar 30 2007 09:31 PM
|
|
|
|
|
|
|
Links
|
|
Whenever you make a 'link' its always underlined. Does anyone know how I can get rid of the line? Thanks.
|
|
DJ2
|
|
(regular)
|
|
Sat Mar 31 2007 12:05 AM
|
|
|
|
|
|
|
|
Re: Links
|
|
try:
<A STYLE="text-decoration:none" HREF="link.html">Link</A>
|
|
Dunx
|
|
(regular)
|
|
Sat Mar 31 2007 12:44 AM
|
|
|
|
|
|
|
Re: Links
|
|
Do as DJ2 has shown in x/html or put this in your style sheet:
a {text-decoration: none; }
which will remove the line from all links in one go.
All the best - Duncan
|
|
Jedi
|
|
(regular)
|
|
Sat Mar 31 2007 08:52 PM
|
|
|
|
|
|
|
Re: Links
|
|
Thanks guys
|