This is my first time attempting to use IFrames. (BEEN SCARED!)
BV Site Builder makes it easier. Being able to look at the HTML code it creates has taught me much.
I have the frame in place and one page feeding into it. How do I add more pages in the same frame that feed from links on the page?
Here is what I have so far:
<iframe name="Home" id="InlineFrame1" style="position:absolute;width:812px;height:437px; " src="http://apublicsecret.com/Home.html" scrolling="no" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
The next page I want in the frames is:
The text menu link is Bio but I'm unsure of how to address it to target the iFrame.
Any help greatly appreciated.
Thanks
BV Site Builder makes it easier. Being able to look at the HTML code it creates has taught me much.
I have the frame in place and one page feeding into it. How do I add more pages in the same frame that feed from links on the page?
Here is what I have so far:
<iframe name="Home" id="InlineFrame1" style="position:absolute;width:812px;height:437px; " src="http://apublicsecret.com/Home.html" scrolling="no" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
The next page I want in the frames is:
The text menu link is Bio but I'm unsure of how to address it to target the iFrame.
Any help greatly appreciated.
Thanks
Comment