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 slo
gan move acrosss the screen.
Thank you
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" <anonymous@discussions.microsoft.com> wrote in message
news:34E61907-5FC3-44FE-B750-27383E7E9674@microsoft.com...
> 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