I could not do this - I don't have notepad. I tried using textedit (Mac) and could not get it to work.
Any text editor should work, what was the problem that you had? If you post the page online or the HTML in the forum we can take a look.
I cannot embed a gallery in an existing page using Composer. But I can add my header and navigation bar to the gallery page that SimpleViewer creates - working in Composer. However I cannot arrange things the way I want to without creating a table and cannot figure out how to move the gallery into the table.
I don't know how Composer works maybe you can get a suggestion from them? You should be able to embed the gallery in the page and position it without a table using CSS.
Should there be an HTML tag or something that can be placed in the table so SimpleViewer will know where to put the gallery?
Just place the embed code where you want the gallery to be displayed and use CSS for any additional positioning.
This is the embed code:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
SV.simpleviewer.load("sv-container", "100%", "100%", "222222", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
http://www.simpleviewer.net/simpleviewe … html#embed
Mike Richards
SimpleViewer Support Team.