Menu:

Links:

Use these links to navigate the FAQ:

Next:
The BASIC template with Buttons

Previous:
The BASIC template

All about PPT2HTML index page

Updated
7/25/2016

Microsoft MVP Logo

The BASIC template with SOUND

This is identical to the basic template except we've added one line as noted below.
This doesn't do anything by itself - it works in concert with a bit of Javascript that PPT2HTML uses to play sound links.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<TITLE>:Prefs.PageTitle:</TITLE>
</head>

<!-- This line is necessary for sounds to work in PPT2HTML -->
<bgsound id="sound">

<body>
:Nav.Map:
<CENTER><IMG SRC=":Slide.Image:" width=:Slide.Image.width: BORDER="NO"></CENTER><BR>
<center>:Nav.LinksToAll:</center>

</body>
</html>
[Previous] [Home] [Next]