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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top