Opening powerpoint slide
I have a form that contains muliple links to powerpoint documents.
Here is the command I am using for one of the documents :
<cfoutput>#variable#</cfoutput>
<br>
<a href="../documentation/powerpointdocument.ppt">Power Point Document</a>
The document does open in powerpoint and does contain all the slides, but it seems to be bunched together in the center of the screen with alot of space to the left and right of each slide. What can I do to make it fit the entir screen ? When I open directly in powerpoint,it displays just fine. This problem only occurs when I attempt to open it with the link.
