I'm extremely new to frames. Please help me out here. For some reason, none of the frames will actually appear.
http://www.hpgclan.com/newsite/
Any help is appreciated! :D
http://www.hpgclan.com/newsite/
Code:
<html>
<head>
<title>.hpg index</title>
</head>
<body bgcolor="#000000" topmargin="0" leftmargin="0" link="888C60" vlink="888C60" alink="888C60">
<frameset rows="125,*" cols="125,*">
<frame src="http://www.hpgclan.com/newsite/banner.html" name="banner" noresize scrolling="no">
<frame src="http://www.hpgclan.com/newsite/nav.html" name="nav" noresize scrolling="no">
<frame src="http://www.hpgclan.com/newsite/home.html" name="content" noresize scrolling="yes">
</frameset>
</body>
</html>
Any help is appreciated! :D












