I have this code that won't display the iframe properly. When I use it, the iframe spans accross the page, but won't span down, fitting the entire page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/URL]">
<html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>WinBetaSecrets- Connecting the Beta Community</title>
<style type="text/css">
<!--
body {
background-image: url([URL]http://www.winvistasecrets.com/network/templates/ja_sargas/images/body-bg.jpg[/URL]);
background-repeat: no-repeat;
}
.style3 { color: #FFFFFF;
font-size: 18px;
font-weight: bold;
}
-->
</style></head>
<body>
<div align="center"><a href="<A href="http://www.winvistasecrets.com/network"><img">http://www.winvistasecrets.com/network"><img src="[URL]http://www.winvistasecrets.com/network/templates/ja_sargas/images/logo.png[/URL]" alt="logo" width="584" height="109" border="0" /></a></div>
<p align="left"> </p>
<div style="height:100%; width:100%;">
<iframe src="[URL]http://thevistageeks.com/forums/index.php?act=idx[/URL]" height="100%" width="100%" frameborder="0" scrolling="yes">
</iframe>
</div>
</body>
</html>