View Full Version : Little white space in between frames


Rosey
02-05-2004, 06:50 AM
Ok I'm not a frame expert but on IE I have this annoying little gap between my top and bottom frame and I want to get rid of it. I'm wondering if it's a padding issue but I can't get it to work.

Here is my code:



<frameset rows=22%,78% frameborder="0">
<frame src="top.html" name="top" frameborder="0" scrolling="no" framespacing="0">
<frame src="bottom.htm" name="bottom" frameborder="0" framespacing="0">
</frameset>

Sheila
02-05-2004, 06:58 AM
Should be
<frameset rows=22%,78% border="0" frameborder="0" framespacing="0">

Rosey
02-05-2004, 07:42 PM
That worked! Thanks :)

Sheila
02-06-2004, 08:23 AM
Welcome :D