1

(2 replies, posted in Juicebox-Lite Support)

Wow, thanks for your detailed response. Ok, I killed my tags - Juicebox is innocent!:) I went ahead and deleted the stray Doctype and that solved all the problems of my world. I think maybe my code editor automatically added it when I created a new html file and I hadn't noticed(?) Needless, to say, the gallery is working perfectly.

Thanks again for the quick and detailed follow-up.

2

(2 replies, posted in Juicebox-Lite Support)

I embedded the juicebox code to a page I named gallery.html and it worked, but the <a> tag disappeared from the h1 tag in my #header div (which was the only link to home). Also <h3> tags disappeared on another page, removing the css styling from the text.

Here's what I did. Since I already had and 'index.html' and an 'images' folder on the site, I renamed the juicebox files 'gallery.html' and 'images2' while changing all incidents of the files in the config file. Then I emptied the content of the Juicebox folder, including my styled gallery.html in place of the index file into my site's folder. The gallery looked great. What happened?

I went to copy the source code as a reference and noticed this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

So, idiotically, it looks like I have two (conflicting?) doctypes.....Now I'm guessing that's my problem. Will Juicebox work with the doctype I already have on the site or should I change it. The site is pretty simple (keysislandlife.com) if that matters.

It's starting to seem like I know a little about a lot, which can be worse than knowing nothing;)

Thanks!
Kim