Click to See Complete Forum and Search --> : html frames problem
apelazerus
03-10-2003, 05:38 AM
first .. hi all ;)
now the problem ..
i've got a a problem that there is a line between the frames. borders are off and if i shift the frames a couple pixels it doesn't change.. so it isn't that..
anyways my old site has it to but here u can't really c it good. but it's the same in my new site where is quite obvious..
http://www.cion.tk
look for two lines almost top and almost bottom i made em they same background color so they are wel hidden..
any of u have this problem and know an answer? would help alot.. thx
hmm can some moderator plz move this thread to html section.. srry bad eyes....
apelazerus
03-10-2003, 08:00 AM
i have that already on al frame sets.. thx tho..
could amod move this to html thread maybe my luck is better overthere :)
apelazerus
03-10-2003, 06:11 PM
<html>
<head>
<link rel="shortcut icon" href="http://www.asvl.nl/asvl.ico">
<title>Amsterdamse Studenten Vereniging Leeuwenburg</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="*,600,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame name="fill" scrolling="NO" src="fill.html" frameborder="NO" marginwidth="0" marginheight="0" >
<frameset cols="*,955,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="fill" noresize src="fill.html" frameborder="NO" marginwidth="0" marginheight="0">
<frameset rows="131,469" cols="*" frameborder="NO" border="0" framespacing="0">
<frame name="top" noresize src="top.html" frameborder="NO" marginwidth="0" marginheight="0" scrolling="NO">
<frameset cols="246,709" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="left" noresize src="left.html" frameborder="NO" marginwidth="0" marginheight="0" scrolling="NO">
<frameset rows="40, 384, 45" cols="*" frameborder="NO" border="0" framespacing="0">
<frame name="maintop" noresize src="maintop.html" frameborder="NO" marginwidth="0" marginheight="0" scrolling="NO">
<frameset cols="625,84" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="main" noresize src="main.html" frameborder="NO">
<frame name="mainright" noresize src="mainright.html" frameborder="NO" marginwidth="0" marginheight="0" scrolling="NO">
</frameset>
<frame name="mainbottom" noresize src="mainbottom.html" frameborder="NO" marginwidth="0" marginheight="0" scrolling="NO">
</frameset>
</frameset>
</frameset>
<frame name="fill" noresize src="fill.html" frameborder="NO" marginwidth="0" marginheight="0" scrolling="NO">
</frameset>
<frame name="fill" noresize src="fill.html" frameborder="NO" marginwidth="0" marginheight="0">
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
</body>
</noframes>
sorry for the long post but maybe this makes it more clear.
apelazerus
03-10-2003, 07:45 PM
well in my real html it has tabs so the structure far more visible.. and i'm showing 10 frames. i'll tell u why..
4frames are for centering the site. what ever resolition whatever you do with the window my site is always centered..(the fill's)
then there is top (wich is the banner) left (the button's) and 4 :) in the main page.. one makes my scrollbar fall in right place they another is the where all the information is and the wto that remain are to get the screen effect.. (so that the top or bottom are not moving when the user is scrolling down)
apelazerus
03-10-2003, 07:59 PM
if was checking the code of my individual frames and i found this
<TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=9></TD>
me, with my poor code skilz over looked this a couple of times. but when i kicked all these lines out alll was well
YES, finally i can die happy
apelazerus
03-10-2003, 08:02 PM
ghehe we must have repleid almost at the same moment.. thx for looking in to it though!