Hi. I just used SimpleViewer to make this page. I'd like to display an image directly to the left of the thumbnails yet keep the whole thing, as if the image & flash were one, centered.
<div id="wrapper">
<div id="leftpicture">This is where your left picture goes </div>
<div id="simpleviewer>
//simpleviewer code goes here
</div>
</div>
<div id="wrapper">
<div id="leftpicture">This is where your left picture goes </div>
<div id="simpleviewer>
//simpleviewer code goes here
</div>
</div>
Thanks for the help but I'm still having some trouble.
I uploaded my file using your code here. I'm not too experienced and I wasn't quite sure where to put the CSS. Should it have gone in the <Style> tags in the HTML file? That is where I put it.
For some reason it is telling me I don't have Flash installed. All I did was I put the code for SimpleViewer into the code you gave me.
there is a quote missing in the line <div id="simpleviewier"> which is messing up the syntax... also, you might have to put <div id="flashcontent"> inside <div id="simpleviewer"> and before the javascript, just like your original example.
there is a quote missing in the line <div id="simpleviewier"> which is messing up the syntax... also, you might have to put <div id="flashcontent"> inside <div id="simpleviewer"> and before the javascript, just like your original example.
you have two divs with id=flashcontent. delete the second one, but make sure to include the macromedia link in the other div. also, its a basic html rule that an id can only be used once, so make sure to validate your code.