Sorry, I somehow missed these latest posts.
I have modified the Blogger template so there is room on the left, the "sidbar", to fit my 400px sketches. The code I posted goes in a "gaget." On the layout page click "add gaget and choose the javascript/html one."
Then a link to put something in the box looks like this:
Code:
<a href="#7290801" onClick="document.getElementById('appBox').src = 'http://studentpages.scad.edu/~rbraue20/circleFrame/'">view this sketch</a>
Put the link to your sketch directory, or whatever you want to appear in the iframe, between the single quotes. The href= part is what it links to; here its an anchor link which can be created like this:
Code:
<a name="7290801"></a>
The page then scrolls to wherever the anchor link is when the above link is clicked. I really only put the anchor links in to make it show the standard hand cursor when you use the "view sketch" links and there is probably a better way to do that part.
I also tried ThickBox a while back before I started using this and had some trouble with it working on my local computer so I didn't use it. It might work better with the stuff actually online but I think I had to change the generated HTML to get it to work in IE6. Also it crashed browsers when I clicked the sketch to focus it and then hit ESC to close the box. I believe that was the scenario.
Anyway I hope that was helpful.
Edit: I can post my template if anyone wants it.