How to stop underlining links?

B

bones1973

I'm using FrontPage 2000. How can I make it so my links are not always
underlined? Thanks!
 
M

Mark

I do not have Fp here with me at work, but I think all I do is after creating
the link I select the linked text and hit the underline button on the task
bar. You might have to hit it twice and it goes away.

Hope this helps.
 
M

Murray

And if you want your page to validate, make it -

<style type="text/css">
a { text-decoration:none; }
</style>

8)
 
C

Cheryl D Wise

Well, I originally had the type="text/css" in the style block but removed
it since I decided that it was highly unlikely that the person would be
using a valid doctype or even consider issues of validation with FP 2000.
Adding the type in sometimes causes more confusion than its worth for
beginners.

--
Cheryl D. Wise
MS FrontPage MVP
http://mvp.wiserways.com
http://starttoweb.com
Online instructor led web design training in FrontPage,
Dreamweaver and more!
 
M

Murray

Heh - and even for some of the non-beginners, too. 8)

--
Murray
============

Cheryl D Wise said:
Well, I originally had the type="text/css" in the style block but removed
it since I decided that it was highly unlikely that the person would be
using a valid doctype or even consider issues of validation with FP 2000.
Adding the type in sometimes causes more confusion than its worth for
beginners.

--
Cheryl D. Wise
MS FrontPage MVP
http://mvp.wiserways.com
http://starttoweb.com
Online instructor led web design training in FrontPage,
Dreamweaver and more!
 
C

Cheryl D Wise

;-)

If I had a nickel for every validation error issue I've seen in my in-box in
the last month I could visit a pub for an evening with a friend, maybe even
two.

--
Cheryl D. Wise
MS FrontPage MVP
http://mvp.wiserways.com
http://starttoweb.com
Online instructor led web design training in FrontPage,
Dreamweaver and more!
 
Top