MyBB Community Forums

Full Version: iframe half displaying
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to display some basic pages in frame in the post so i can have them referanced a few places and only make changes to the one. my code 

<iframe width=”100%” height="600px"  frameborder="0" border="0" cellspacing="0" src="http://thehubrp.com/mybb/whowho.html"></iframe>

What i'm getting [Image: test.png]

I am wondering if the <div class="post_body scaleimages" id="pid_16">



wrapper is the problem?

if so where can i alter it or? Any help would be appreciated thank you.
Quote:width=100%

we have to use " for the quotes
as always perfect answer and stupid mistake on my part. thank you!