Topic: having a problem embedding simpleviewer using dreamweaver
Hello,
I've been banging my head against a wall and searching the forums for a solution the past couple of days and decided to post. I'm trying to embed simpleviewer into a couple of gallery pages on a portfolio website. I'm using your latest version of svbuilder (2.1) and working with dreamweaver cs3 on a winxppro sp3 system and testing with the latest version of firefox 3.6 and IE7. I'm definitely a novice when it comes to html, javascript and the like and was hoping dreamweaver would offer me the luxury of avoiding code by constructing the site using div tags/ap's. I do have a general understanding of css and scripting from knowing flash.
The page has a couple of css style sheets attached to it and I'm trying to embed the viewer into a div tag designated #gallery from an external style sheet named gallery.css. The values for the div tag are as follows from the style sheet here:
@charset "utf-8";
#gallery {
position:absolute;
left:40px;
top:60px;
width:750px;
height:510px;
z-index:6;
visibility: visible;
}
I've uploaded all the generated files into the root folder of my testing server and I've pasted the provided code from the publish page from svbuilder directly into the #gallery div. I've also tried embedding the coding parameters immediately before the script that points to the js files in the svcore folder.
I tried using the iframe script you provided even though all the files are all in the root of the testing folder. The only visual cue I've gotten from dreamweaver that something was loading into my gallery container was when I tried specifying the iframe absolute path placed inside the sv-container div. Otherwise I was seeing a small wide container at the top of the gallery tag from what i'm assuming is from the index.html. Simpleviewer doesn't load into the dreamweaver gui so I'm testing it by publishing with firefox. Every time I publish I'm not getting simpleviewer to load into my page. I have no idea what I'm doing wrong.
here's the URL:
http://www.weststarart.net/pages/gallery.html
I'm definitely at my wits end and hopefully it’s just something silly that I'm overlooking from lack of experience. Thanks so much.
best,
mike