I do need to play some more with settings, but here's my dilema. I'm stuck using an IFRAME for part of my site (using the INSERE IFRAME plugin) but I'm only getting 60% of the original site showing up in the windowed frame.
here;s the page with the iframe - http://www.getmoreimpact.com/core/?page_id=86
Any ideas? (and no, there aren't supposed to be any widgets on that page....yet.)
Thanks in advance.
ClaytonJames
Member
Posted 1 year ago #
It's because the width of the content on the source page your are framing (800px wide table), is greater than the width of the container on the page you are trying to display it in. (681px)
Yes, I do realize that....however....
usually when you use an IFRAME (At least in html, xhtml and html5 in my experience) it resizes the content to fit the frame.
ugh....oh well.