HTML link into specific powerpoint slide

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to link from a HTML page to a specific slide within a powerpoint presentation? Can anyone help??
 
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?

Post an example of the html code that's not working.
It's hard to suggest what's wrong w/o seeing it. ;-)
 
Thanks, the link is;
<a href="../slides/QoL 20slides.ppt#<1790>,<10>"

Hope this helps

Thanks
 
Parthmed said:
Thanks, the link is;
<a href="../slides/QoL 20slides.ppt#<1790>,<10>"

Hope this helps

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.
 
Back
Top