Hi,

I'm trying to link a place holder to a directory with the html created by panorama studio.

The code generated by panorama studio is :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>New panorama 2</title>
</head>
<body>
<div align="center"><applet
archive="panoStudioViewer.jar"
code="panoStudioViewer.PanoStudioViewer.class"
name="New panorama 2" height="480" width="800">
<param name="pano" value="New panorama 2.xml"> </applet>
</div>
</body>
</html>


The problem is the web designer page only works if its saved in the folder that the panorama studio export files are in.

The above is no good as I'd like to have multiple place holders on the page.

Panorama studio exports the html along with the jpg, xml and java file

Is there any way to tell the place holder to look in another folder?

I expect that its obvious but I just cant get it to work.

I'd really appreciate any help with this.

Thanks,

njc64