View Full Version : Difficulties...


Celeris
02-01-2003, 05:55 AM
Here is my webpage design: http://angelfire.com/rnb/celeris
I can't seem to get it to fit together like it's supposed to. Hope someone can help me... Here's my index.html/frame src codes:

<html><head><title>Celeris</title></head>
<frameset cols="*,700,*" border="0">
<frame src="border.html" noresize scrolling="no" marginheight="0" marginwidth="0">
<frameset rows="*,67,309,27,*" border="0">
<frame src="border.html" noresize scrolling="no" marginheight="0" marginwidth="0">
<frame src="top.png" noresize scrolling="no" marginheight="0" marginwidth="0">
<frameset cols="42,396,262" border="0">
<frame src="left.png" noresize scrolling="no" marginheight="0" marginwidth="0">
<frame src="main.html" noresize name="mainframe" marginheight="4" marginwidth="4">
<frame src="right.png" noresize scrolling="no" marginheight="0" marginwidth="0">
</frameset>
<frame src="bottom.png" noresize scrolling="no" marginheight="0" marginwidth="0">
<frame src="border.html" noresize scrolling="no" marginheight="0" marginwidth="0">
</frameset>
<frame src="border.html" noresize scrolling="no" marginheight="1" marginwidth="1">
</frameset>
<body>
<noframes>this website requires that frames are enabled</noframes>
</body>
</html>

aero_misao
02-01-2003, 09:43 AM
how exactly do you want it to look like?!
if you want to fix the gap at the bottom part...
in my opinion [just my opinion], it would be more efficient to absolute position them. :)
just a suggestion...

epolady
02-01-2003, 10:42 AM
Changing 309 (to a lower #) in the code below should eliminate the gap on the bottom. As for the gap on top of the main.html, I believe it's your background of main.html that is making it look like there's a gap/border.

<frameset rows="*,67,309,28,*" border="0">