I can't remember how to get rid of the underline when you create hyperlinks in FP2000! Help... Thanks in advance.
| SitePoint Sponsor |
I can't remember how to get rid of the underline when you create hyperlinks in FP2000! Help... Thanks in advance.




Hi,
Put this in the <head> of your document:
or if you want the underlien to apear when the mouse points on the link add this:Code:<style> <!-- A:link { TEXT-DECORATION: none } A:visited { TEXT-DECORATION: none } A:hover { TEXT-DECORATION: none } --> </style>
Hope that helps.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]
Thanks Fletch, much appreciated.
Bookmarks