I am trying to use IFRAMES but the box remains small even when I set width and height values to 100%. Can I use IFRAMES with PHP-Nuke or am I missing something? The file this link displays is teamspeak.php. Here is the code. Please note I have virtually no knowledge of PHP and I am doing the best with the knowledge I currently have. Be gentle
http://naughty.dimco.biz/modules.php?name=Nuke_Clans
teamspeak.php
Code:
<html>
<head>
<title>Naughty Tendencies</title>
</head>
<body>
<IFrame SRC="http://naughty.dimco.biz/gllcts2/listing.php?detail=67.166.240.113&detailport=8767&page=1&sort=server_name&direction=asc&showgroup=all" FRAMEBORDER="0" WIDTH="100%" SCROLLING="NO" MARGINHEIGHT="0" HEIGHT="100%" NAME="TS"></IFrame>
</body>
</html>