bobvaz
02-20-2007, 10:00 PM
I am having a problem that I have researched on the site and found some answers but not seem to work. Here is issue.
I am using the fixed-fluid-fixed css template from this site....that is working well.....I am using the left side as a navigation panel, the center for content, and the left panel for a picture.....The issue:
<div class="innertube">
<iframe id="myframe" src="me.txt" scrolling="no" marginwidth="0" marginheight="0" ></iframe>
I have inserted the above code hoping to have the content (middle panel) simply be an iframe which when a navigation option is selected on the left panel the anchor would be <a href="next.html" target="myframe"> yadda....
My hope is to get the middle to panel to act only as an iframe, expanding and contacting with the size of the href file......
Thanks is advance.
I am using the fixed-fluid-fixed css template from this site....that is working well.....I am using the left side as a navigation panel, the center for content, and the left panel for a picture.....The issue:
<div class="innertube">
<iframe id="myframe" src="me.txt" scrolling="no" marginwidth="0" marginheight="0" ></iframe>
I have inserted the above code hoping to have the content (middle panel) simply be an iframe which when a navigation option is selected on the left panel the anchor would be <a href="next.html" target="myframe"> yadda....
My hope is to get the middle to panel to act only as an iframe, expanding and contacting with the size of the href file......
Thanks is advance.