If all you want is to change link text on a rollover you can stick the
following CSS in the page with a html code frag.

<style>
a:hover {color: #ffffff; font-weight: bold;}
</style>

If you want to use images that is more complex, as is using some Adobe code.

--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]



"Liesel" <Liesel@discussions.microsoft.com> wrote in message
news:F12D8A21-5055-4B98-AD81-DA2D7CCAD7BB@microsoft.com...
> I may be pushing the limit with this request - any way of creaying simple
rollover buttons in Publisher for eg Rectangle button with white text which
simply goes Bold when a user passes over it or clicks on it. Can anything be
done with the HTML Code Fragment tool? Thanks ! I have a rollover created in
Adobe but cannot import it successfully.