Are you saying to add that extra line to the embed code ?
Use either the embedding code or the <iframe> code (not both).
But I don’t see where I get the gallery's HTML index page from, - ? (No “www. …/index.html” locatable.) Should I have typed it into 'Index page name' instead of just 'GKey.html' ?
If you created a gallery with svBuilder and typed in 'GKey.html' in the 'Index Page Name' field on the 'Publish' tab, then your gallery's HTML index page is 'GKey.html'.
Therefore, if using an <iframe>, your code would look something like this:
<iframe src="http://www.example.com/gallery_folder/GKey.html" width="800" height="600" frameborder="0" scrolling="no"></iframe>
... and a hyperlink to the gallery would look something like this:
<a href="http://www.example.com/gallery_folder/GKey.html">Click here to open gallery</a>
and it then opens in my browser as a file, “file:/// …../Gkey.html” not as a www.... .
Your browser (Firefox) opens the gallery's HTML index page and shows its location in the address bar.
Because you are opening the file from your hard drive, the address bar shows 'file:///'.
If you were to upload the gallery folder to your web server and open the gallery's HTML index page using the version stored on the web server (rather than the version on your local hard drive), then the address bar would show something like 'http://www' (depending on your domain name).
Essentially, the steps required to create and link to (rather than embed) a gallery are:
(1) Create a gallery in svBuilder. You can change the 'Index Page Name' if you like. There is no need to keep it as the default 'index.html'.
(2) Upload the entire gallery folder (not just the contents) to your web server
(3) Add the hyperlink code (as found above) to the existing HTML page into which you'd like to add the link
To embed a gallery in an existing HTML page (rather than link directly to the gallery), follow steps #1 and #2 above and then replace the hyperlink code from step #3 with either an <iframe> or embedding code as found here: http://simpleviewer.net/simpleviewer/su … l#external
Steven Speirs
SimpleViewer Support Team