My frames have spaces and I can't figure out why.
Code:
<html>
<frameset rows="218,*">
<frame src="red.htm" name="navframe" marginwidth="0" marginheight="0" frameborder="0" border="0" framespacing="0" scrolling="no" noresize>
<frameset cols="172,*">
<frame src="blue.htm" name="leftframe" marginwidth="0" marginheight="0" frameborder="0" border="0" framespacing="0" scrolling="no" noresize>
<frame src="green.htm" name="mainframe" marginwidth="0" marginheight="0" frameborder="0" border="0" framespacing="0">
</frameset>
</frameset>
</html>
Then in the body tag of all the html docs I have this
Code:
bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0"
But there are still spaces between the frames. I know I must be missing something simple, what am I doing wrong? You can see an example here
www.ripnet.com/bfa/example/main.htm