I create a hyperlink and it automatically underlines it. I can't seem to get
it off. Anyone know how to remove without having to use the navigation bar
(which I don't like the spacing on? Thanks.

Re: How do I turn off the underline feature on a hyperlink? by °°MS-Publisher°°

°°MS-Publisher°°
Wed Nov 24 23:25:26 CST 2004

Which version of Publisher are you using???



Re: How do I turn off the underline feature on a hyperlink? by DavidF

DavidF
Thu Nov 25 07:56:03 CST 2004

From David Bartosik's FAQ page on the PublisherMVPS website:

http://www.publishermvps.com/Default.aspx?tabid=30

"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

"beverlyvela" <beverlyvela@discussions.microsoft.com> wrote in message
news:75A835FD-3BB7-4D53-B031-5FAD707E985F@microsoft.com...
> I create a hyperlink and it automatically underlines it. I can't seem to
get
> it off. Anyone know how to remove without having to use the navigation
bar
> (which I don't like the spacing on? Thanks.