View Full Version : How many frames?


Tainted
06-24-2003, 02:51 AM
How many frames are being used on the Bennington College website?
http://www.bennington.edu/main.htm
The flash is making it difficult for me to distinguish, although I love the format and would eventually like to use it for my website.

-Tainted-

Alcy
06-24-2003, 05:58 AM
One frameset, two frames.

Hehe, I could only tell because one of their links doesn't work, so the bottom shows up completely blank :stickout:

MaGiCSuN
06-24-2003, 06:17 PM
the basic code for it will be:

<html>
<head>
<title>your title here</title>
</head>

<frameset rows="204,1*" border="0" framespacing="0" frameborder="NO">
<frame src="top.html" name="top" noresize frameborder="NO">
<frame src="bottom.html" name="bottom" noresize frameborder="NO">
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>

you can add tons of more things to the code, just take a peek at the frame section on lissa's site ;)

Love,
Mirna