Powerpoint elements in Publisher webpage?

F

fairedamsl

Is there any way to incorporate some of the powerpoint features i.e.fade in/fade out of words and sentences into my website? I would like to have a slogan move acrosss the screen
Thank you
 
D

David Bartosik - MS MVP

Dynamic effects in web sites are done with JavaScript. You can google for
and visit JavaScript sites and find numerous effects free for use.
As for moving text that can be done with the html marquee tag (supported in
IE).
The syntax is -

<marquee>help me</marquee>

For implementing script or custom tags you use the html code fragment
http://www.davidbartosik.com/pub2002/pub2002_6.htm

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


fairedamsl said:
Is there any way to incorporate some of the powerpoint features i.e.fade
in/fade out of words and sentences into my website? I would like to have a
slogan move acrosss the screen.
 
Top