View Full Version : Basic frameset (left&right), but there is a little bit of space between them


stinka
11-22-2004, 02:48 AM
Ok, I have a basic frameset and here is the code:

<html>
<head>
<title>Want to see if you still got that look in your eyes; that one you had for me before we said our goodbyes</title>
</head>
<frameset cols=30,*>
<frame src="left.html" name="left" border=0 frameborder=0 framespacing=0 scrolling=no noresize>
<frame src="right.html" name="right" border=0 frameborder=0 framespacing=0 noresize>
</frameset>
<body>
</body>
<noframes>
<a href="four.html">Click Here</a>
</noframes>
</html>

But even with all of the noresize, no border, etc. I still have a little bit of white space between the two frames. Can anyone tell me what is causing this and/or how to get rid of that space? I want my frames to connect flawlessly (to the point where you can't see the break).

stinka
11-22-2004, 02:54 AM
I figured it out. Sorry guys.