How do I set up an slide show in frontpage 2003?

B

bluewater

I would like the pictures to fade and be replaced by a new one without any
action by visitor.
 
T

tbear262

The changing of the pages is controlled by these two meta tags. The first one
controls ther duration and the bottom one you can get by going to the format
tab then click on page transition to get the full assortment of actions
available.

<meta http-equiv="refresh" content="10;URL= .htm">

<meta http-equiv="Page-Enter"
content="revealTrans(Duration=2.0,Transition=12)">
 
Top