ok, This is just not working out for me.... please bear with me and I will try to make this as painless as possible.
I have this page....:
http://money4grab.com/CCD/Final_Portfolio_page.html
and I have two iframes on it. I need them to talk to each other.
One iframe is referencing this test page:
http://money4grab.com/CCD/CCD_iframe.html...so that when you choose the thumbnail image it will make the second bigger iframe reference an image on another page (actually a folder on my server according to your instructions, i think
http://money4grab.com/Portfolio_images_620x330/eva.jpgI would like each picture in the scrolling iframe to be a separate link to open a separate file in the other iframe.
Am I setting this up correctly? Don't bother looking at the code to see the HTML snippet. At this point in time, I have not uploaded my experimental iweb coding to the internet because its not working yet, and I wanted you to see the page undefiled!
But I will copy/paste the code I have so far in iweb. I guess the bold urls below is whats in question. I only did 2 so far to test it out and its not working for me. And Im also not sure about the code for the other iframe too. Any help would be much appreciated!
Thanks[/size]
<div style="width:215px; height:445px; font-family: Trebuchet MS; font-size: 12px; color:#000000;">
<style type="text/css">
a:link {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: underline;
}
</style>
<a href="
http://money4grab.com/Portfolio_images_620x330/eva.jpg" target="Showframe" class="class1">
<img src="http://money4grab.com/CCD/CCD_iframe.html"></a><br><a href="http://money4grab.com/Portfolio_images_620x330/eva2.jpg" target="Showframe" class="class1">
<img src="http://money4grab.com/CCD/CCD_iframe.html"></a><br><a href="http://iwebfaq.org/site/iWeb_iframe_4.html" target="Showframe" class="class1">She’s a princess</a><br>
</div>