If you look now I have the height set to something like 2000px just so I can see the whole forum and under the forum there is a lot of white space.
http://easttowestdiversity.com/index.php?page=forum
Thanks in advance for any help you guys can give.

Code: Select all
<div class="forum">
{literal}<__iframe src="http://www.url-of-your-forum.com"></__iframe>{literal}
</div>
Code: Select all
.forum { height: 100%; overflow: auto; }
.forum iframe { height: 100% /*dynamic*/ }