The Kiosk template is almost identical to The BASIC Template, so we won't repeat all the gory details. The only difference is this in the HEAD section of the HTML, which makes it advance from slide to slide automatically:
<head>
We want the presentation to advance on its own, so we include HTML that makes this happen. Instead of hard-coding links and advance times, we want PPT2HTML to generate them automatically. :Slide.AdvanceTime: picks up the slide advance time we've applied to each PowerPoint slide. :Nav.NextOrLoop: becomes the name of the next slide in the presentation or, if we're at the end of the show, the name of the first slide in the presentation, so the presentation loops back to the beginning and starts over again automatically.
<meta http-equiv="Refresh" content=":Slide.AdvanceTime:; URL=:Nav.NextOrLoop:">
(Other stuff omitted here)
</head>
Supercharge your PPT Productivity with PPTools
Content authoring & site maintenance by |