Jayda,
Thanks but when I tried this in Publisher, it doesn't seem to recognize the
hyperlink when I preview my webpage. I tried putting the rectangle "on top"
of the text" and "behind" the text. Neither seemed to work. Do you know of
another way? Thanks!
> When I want to make hyperlinks without lines I just use plain text, then I
> use the rectangle tool to draw a box over top of the word(s) you want as a
[quoted text clipped - 8 lines]
> > shrink the size of the large or small buttons the navigation bar creates? I
> > haven't figured that one out either. Thanks.
DavidF - 07 Dec 2004 01:38 GMT
From David Bartosik's FAQ page at:
http://www.publishermvps.com/Default.aspx?tabid=30
Q. Can I remove the standard underline from my hyperlinked text on my web
page?
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
> Jayda,
> Thanks but when I tried this in Publisher, it doesn't seem to recognize the
[quoted text clipped - 14 lines]
> > > shrink the size of the large or small buttons the navigation bar creates? I
> > > haven't figured that one out either. Thanks.
Phill UK - 23 Feb 2005 10:05 GMT
I struggled with this one and found the best way to do it was to create a hot
spot around the text and hyperlink the hot spot, the text stays as you typed
it.
If you want to hyperlink a picture do the same.
> Jayda,
> Thanks but when I tried this in Publisher, it doesn't seem to recognize the
[quoted text clipped - 14 lines]
> > > shrink the size of the large or small buttons the navigation bar creates? I
> > > haven't figured that one out either. Thanks.