HelpHtml
01-07-2003, 08:36 PM
I am using FrontPage and I am trying to create a hyperlink from a “word” but I do not want the “word” to be underlined after I create the hyperlink. Is that possible and if so how?
Soteriadistribution.com/page2.html
redhead
01-07-2003, 08:56 PM
put this in the source:
<a href="page.html" style="text-decoration: none;">word</a>
scroots
01-07-2003, 08:56 PM
there is a style tag for it
link decoration:none
put
style="link decoration:none"
in the link tag, just remember it might be hard to find the link for a normal user.
if it is not that it is text decoration:none
scroots
applesauce
01-07-2003, 09:39 PM
you can also put this declaration inside the head, and it will apply to all the links on that page.