SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: No underline in hlinks
-
Oct 15, 2000, 13:17 #1
- Join Date
- Sep 2000
- Location
- UK - Yorkshire
- Posts
- 62
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I can't remember how to get rid of the underline when you create hyperlinks in FP2000! Help... Thanks in advance.
-
Oct 15, 2000, 13:31 #2
- Join Date
- Dec 1999
- Location
- UK
- Posts
- 656
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi,
Put this in the <head> of your document:
Code:<style> <!-- A:link { TEXT-DECORATION: none } A:visited { TEXT-DECORATION: none } A:hover { TEXT-DECORATION: none } --> </style>
Code:<style> <!-- A:link { TEXT-DECORATION: none } A:visited { TEXT-DECORATION: none } A:hover { TEXT-DECORATION: underline } --> </style>
[Edited by Fletch on 10-15-2000 at 02:33 PM]
-
Oct 15, 2000, 13:36 #3
- Join Date
- Sep 2000
- Location
- UK - Yorkshire
- Posts
- 62
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks Fletch, much appreciated.
Bookmarks