FrontPage® 2000 How to - Tips and
TricksQ. How do I
remove the underlines from my hyperlinks?
A.
The Style option under Fonts no longer
exists.
- Switch to HTML View.
- in the <head> section of your code,
put:
<style>
<!--
a{text-decoration:none}
//-->
</style>
|