how do i delete the underlining of links in publisher 2002?

J

jaime

i am working in publisher 2002 and don't want my links to be underlined but
can't seem to make that go away!
 
D

DavidF

You can drop an HTML code fragment anywhere on the page and in the fragment
dialog type or paste the following code:


<style>
a{text-decoration:none}
</style>

You must do this on each page to get the effect.

DavidF
 
Top