No automatic hypertext text zone underline

D

DavidF

From the faq page http://www.publishermvps.com/Default.aspx?tabid=30

A. Publisher does not support that. However it only takes a small snippet
of CSS code to accomplish this on the web page. You can drop an HTML code
fragment anywhere on the page and in the fragment dialog paste the following
code:
<style>
a{text-decoration:none}
</style>
This is specific to the page so it effects all links on the page and it must
be inserted on each page in a site.

DavidF
 
Top