Your broken iframe has nothing to do with there being any supposed "known issue with iframes and zc".
Your HTML for your iframe tag isn't properly terminated, and thus the browser is confused, and is treating the rest of the page as part of the iframe, which it sees as starting out with a whole lotta closing tags, not new content.
Instead of using <iframe .... />, use <iframe ..... ></iframe> and it'll work fine.


Reply With Quote
