FrontPage links - with no underline!

B

bones1973

How do I create text links in FrontPage 2000 so that the words are not always
underlined? Thanks!
 
K

Kevin Spencer

That would be hyperlinks. When you create the hyperlink, click the "Style"
button. Select "Format" and then "Font" and check the "No text decoration"
checkbox item. For existing hyperlinks, right-click the hyperlink, select
"Hyperlink Properties" from the context menu, and do the same thing. Or, you
can simply edit the HTML for the hyperlink, as in:

<a style="text-decoration: none" href="filename.htm">Your text to click
here</a>

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Who is Mighty Abbott?
A twin turret scalawag.
 
B

bones1973

Thanks Kevin. But there is no "text decoration" box to check. I am using
FrontPage 2000 if that matters. Thanks!
 
Top