How do I make an iWeb iFrame point to internal site page?
How can I have an iFrame have as its content one of my internal iWeb site pages?
I added an HTML snippet with the following code:
<IFRAME SRC = "http://www.apple.com" WIDTH="650px" HEIGHT="600px" FRAMEBORDER="0" --if "0" no border, otherwise "1" with border MARGINWIDTH ="0px" MARGINHEIGHT="0px" SCROLLING="no" --"no" no scrolling bar, "yes" show always, "auto" showed when need > Your browser does not support IFRAME </IFRAME>
This works and shows the apple.com page inside the iFrame. However, I'd like my iFrame to show the contents of a page that's part of my iWeb site.
Here, TestPage.html is part of my site. The following code does not work (iFrame is blank):
<IFRAME SRC = "TestPage.html" WIDTH="650px" HEIGHT="600px" FRAMEBORDER="0" --if "0" no border, otherwise "1" with border MARGINWIDTH ="0px" MARGINHEIGHT="0px" SCROLLING="no" --"no" no scrolling bar, "yes" show always, "auto" showed when need > Your browser does not support IFRAME </IFRAME>
How do I make this work?
iWeb '08, Mac OS X (10.6.7)