PowerPoint 2007 Render HTML

O

Omer

Hi, I have link in my application that will export a file of HTML to
PowerPoint.

This works perfectly in PowerPoint 2003, it will open a file with the
HTML rendered in a PowerPoint slide. Although on computers running
Office
2007 it opens PowerPoint but with a blank slide and none of the HTML
rendered.

Any ideas why this could be happening?

code

<%@ page contentType="application/ms-powerpoint" %>
<html>
<head>
<title> test </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<body>
<center>
<table width="1000">
<tr align="center" width="100%">
<td align="center" width="100%">
TESTING!!!
</td>
</tr>
</table>
</center>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top