how to turn off the underlining of hyperlinks ?

B

Barrett Bonden

how to turn off the underlining of hyperlinks ? FP 2002. Looked in help, and
on the web and see nothing......
 
P

p c

Have you googled? It's out there.

In the the HTML view, place the following HTML code between the HEAD tags.

<STYLE>
A {text-decoration: none;}
</STYLE>

...PC
 
M

Mike

If it is just one or two links, you can always adjust the font too and turn
underlinging off.
 
Top