HTML issues in Exporting to PowerPoint 2007

O

Omer

Hi, I have link in my applicaiton that will export a file of HTML to
PowerPoint using the
<%@ page contentType="application/ms-powerpoint" %>

This works perfectly in powerpoint 2007 it will open a file with the
HTML rendered in Powerpoint. Although on computers running Office
2007 it opens powerpoint but with a blank file and on 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