The code I have put together works a little but with problems. I pulled parts of each iframe to make a smaller frame showing just the webcam from the site. What I am trying to do is have two seperate frames side by side with a space between them. The other problem is the left can you can double click on and go to full screen. The one on the right I can not get it to do that.
here is my code
[php]print “<div style=“display:inline"border: 1px solid red; width: 500px; height: 360px; overflow: \n”;
print “hidden;”><iframe style=“width: 500px; height: 550px; margin-top: -285px; \n”;
print “margin-left: -63px;” scrolling=“no” src=“http://www.surfchex.com/state-port-pilot-web-cam.php” width=“400” height=“370” style=“align:left;”>\n”;
print “\n”;
print “\n”;
print “<div style=“display:inline"border: 1px solid red; width: 500px; height:690px; overflow: \n”;
print “hidden;”><iframe style=“width: 500px; height: 650px; margin-top: -360px; \n”;
print “margin-left: -43px;” scrolling=“no” src=“http://www.surfchex.com/kure-beach-web-cam.php” width=“500” height=“650” style=“align:right;”>\n”;
print “\n”;
print “\n”;
print “”;
[/php]