link keeps changing from absolute to relative

A

asdf

I have a presentation that links to an html file that is in the same folder.
When the user clicks the presentation and click open, the link works fine,
but when the user clicks save (to desktop or whereever) and then opens the
file...the link to the html page doesn't work.

For some reason, even if I save the link as http://whatever/coolpage.htm
The link changes to ../coolpage.htm so when the user saves and opens the
file the link tries to go to C:\documents and settings\user\coolpage.htm
which doesn't exist.

How can keep the url from changing to the relative path?
 

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