G Guest Jan 8, 2004 #1 I'm trying to link from a HTML page to a specific slide within a powerpoint presentation? Can anyone help??
I'm trying to link from a HTML page to a specific slide within a powerpoint presentation? Can anyone help??
C Chirag Jan 8, 2004 #2 Look at http://www.mvps.org/chirag/ppttips.html - one of the tips show how to directly refer to a slide within a PowerPoint presentation. - Chirag PowerShow - View multiple shows simultaneously http://www.mvps.org/chirag/powershow/powershow.html Parthmed said: I'm trying to link from a HTML page to a specific slide within a Click to expand... powerpoint presentation? Can anyone help??
Look at http://www.mvps.org/chirag/ppttips.html - one of the tips show how to directly refer to a slide within a PowerPoint presentation. - Chirag PowerShow - View multiple shows simultaneously http://www.mvps.org/chirag/powershow/powershow.html Parthmed said: I'm trying to link from a HTML page to a specific slide within a Click to expand... powerpoint presentation? Can anyone help??
G Guest Jan 8, 2004 #3 Thanks for the pointer, although I don't seem to be able to get the links to work. Any suggestions Cheers
Thanks for the pointer, although I don't seem to be able to get the links to work. Any suggestions Cheers
S Steve Rindsberg Jan 8, 2004 #4 Thanks for the pointer, although I don't seem to be able to get the links to work. Any suggestions? Click to expand... Post an example of the html code that's not working. It's hard to suggest what's wrong w/o seeing it. ;-)
Thanks for the pointer, although I don't seem to be able to get the links to work. Any suggestions? Click to expand... Post an example of the html code that's not working. It's hard to suggest what's wrong w/o seeing it. ;-)
G Guest Jan 9, 2004 #5 Thanks, the link is; <a href="../slides/QoL 20slides.ppt#<1790>,<10>" Hope this helps Thanks
C Chirag Jan 9, 2004 #6 The link should look like: <a href="../slides/QoL 20slides.ppt#1790,10> - Chirag PowerShow - View multiple shows simultaneously http://www.mvps.org/chirag/powershow/powershow.html
The link should look like: <a href="../slides/QoL 20slides.ppt#1790,10> - Chirag PowerShow - View multiple shows simultaneously http://www.mvps.org/chirag/powershow/powershow.html
S Steve Rindsberg Jan 9, 2004 #7 Parthmed said: Thanks, the link is; <a href="../slides/QoL 20slides.ppt#<1790>,<10>" Hope this helps Click to expand... I think so. Thanks. <A href="../slides/QoL 20slides.ppt#1790,10">Try this instead</a> In other words, remove the greater than/less than signs around the slidenumber and slideindex.
Parthmed said: Thanks, the link is; <a href="../slides/QoL 20slides.ppt#<1790>,<10>" Hope this helps Click to expand... I think so. Thanks. <A href="../slides/QoL 20slides.ppt#1790,10">Try this instead</a> In other words, remove the greater than/less than signs around the slidenumber and slideindex.