Help - Search - Members - Calendar
Full Version: Frames Help
Forums > Resource Center > Webmasters' Corner
phoenixpyre
Why won't my frames show up in IE?

http://pyr0tech21.webs.com/

CODE
<html>
<head>
<frameset rows="130,*">

<frame marginheight="0" marginwidth="0" noresize="noresize" frameborder="0" src="header.html">
<frame marginheight="0" marginwidth="0" noresize="noresize" frameborder="0" src="body.html" name="bodyframe">

</frameset>
</head>
<body>
Your browser does not support frames.
</body>
</html>
Mike
Frames go inside <body> tags, and the correct tag is <iframe>. You need to do some more studying on the usage of iframe elements and how they work. Check this out, see if it helps.
phoenixpyre
I've used iframes before, but i thought the frames would work just as well. the work just fine on FF and Chrome....
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.