soundasleep
06-25-2003, 11:33 PM
frustrated because i don't know what's wrong.
here's my code:
<html>
<frameset cols="*,700,*" border="0">
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0">
<frameset rows="*,145,251,100,*" border="0">
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="top.jpg" noresize scrolling="no" marginwidth="0" marginheight="0">
<frameset cols="*,50,600,50,*" border="0">
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="left.jpg" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="main.html" noresize name="mainframe" marginwidth="0" marginheight="0">
<frame src="right.jpg" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0">
</frameset>
<frame src="bottom.jpg" noresize scrolling="no" marginwidth="0" marginheight="0">
</frameset>
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0"></frameset>
</head>
<body>
<noframes>Sorry, frames are required!</noframes>
</body>
</html>
here's my page:
http://www32.brinkster.com/confounded/frames.html
see the white space at the bottom? why is it there? and is there anyway i can possibly erase the little white space at the side also without making a new picture to fill up the space?
here's my code:
<html>
<frameset cols="*,700,*" border="0">
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0">
<frameset rows="*,145,251,100,*" border="0">
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="top.jpg" noresize scrolling="no" marginwidth="0" marginheight="0">
<frameset cols="*,50,600,50,*" border="0">
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="left.jpg" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="main.html" noresize name="mainframe" marginwidth="0" marginheight="0">
<frame src="right.jpg" noresize scrolling="no" marginwidth="0" marginheight="0">
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0">
</frameset>
<frame src="bottom.jpg" noresize scrolling="no" marginwidth="0" marginheight="0">
</frameset>
<frame src="border.html" noresize scrolling="no" marginwidth="0" marginheight="0"></frameset>
</head>
<body>
<noframes>Sorry, frames are required!</noframes>
</body>
</html>
here's my page:
http://www32.brinkster.com/confounded/frames.html
see the white space at the bottom? why is it there? and is there anyway i can possibly erase the little white space at the side also without making a new picture to fill up the space?