ElfArrow
04-04-2003, 11:51 PM
Ugh... frames are being stupid... ><
Here's my code, I'll explain what's long after that.
<html><head><title>Calintz</title></head>
<frameset rows="*,370" border="0">
<frame src="blank.html" noresize scrolling="no" marginheight="0" marginwidth="0">
<framset cols="291,396,*" border="0">
<frame src="left.jpg" noresize scrolling="no" marginheight="0" marginwidth="0">
<frameset rows="125,245" border="0">
<frame src="top.gif" noresize scrolling="no" marginheight="0" marginwidth="0">
<frame src="main.jpg" noresize scrolling="no" marginheight="0" marginwidth="0">
</frameset>
<frame src="right.html" noresize scrolling="no" marginheight="0" marginwidth="0">
</frameset>
</frameset>
<body>
</body>
<noframes>
This website uses frames, but your browser doesn't support them :(
</noframes>
</html>
I'm trying to make a layout with "blank.html" at the very top on it's own, then at the bottom have "left.jpg" on the left, and then in the next bit have "top.gif" over "main.jpg" and then have "right.html". Lol, that was confusing, I hope you understood it... :D
Presently, I just shows blank.html on top of left.jpg.
Here's my code, I'll explain what's long after that.
<html><head><title>Calintz</title></head>
<frameset rows="*,370" border="0">
<frame src="blank.html" noresize scrolling="no" marginheight="0" marginwidth="0">
<framset cols="291,396,*" border="0">
<frame src="left.jpg" noresize scrolling="no" marginheight="0" marginwidth="0">
<frameset rows="125,245" border="0">
<frame src="top.gif" noresize scrolling="no" marginheight="0" marginwidth="0">
<frame src="main.jpg" noresize scrolling="no" marginheight="0" marginwidth="0">
</frameset>
<frame src="right.html" noresize scrolling="no" marginheight="0" marginwidth="0">
</frameset>
</frameset>
<body>
</body>
<noframes>
This website uses frames, but your browser doesn't support them :(
</noframes>
</html>
I'm trying to make a layout with "blank.html" at the very top on it's own, then at the bottom have "left.jpg" on the left, and then in the next bit have "top.gif" over "main.jpg" and then have "right.html". Lol, that was confusing, I hope you understood it... :D
Presently, I just shows blank.html on top of left.jpg.