Create a new template named custom_
whatever
call it with this /misc.php?do=page&template=
whatever
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
<title>Four States Weather @ MSN.com</title>
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}vbulletin-formcontrols.css" />
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div class="blockbody">
<div class="blockrow">
<center>
<table width="500" border="0">
<tr>
<td height="690"><iframe src="www.whatever.com" name=iframe scrolling=yes
style="position:relative; left: 25px; top: px; width: 999px; height: 690px;" allowtransparency="true"></iframe></td>
</tr>
</table>
</center>
</body>
</div>
</div>
{vb:raw footer}
</body>
</html>