I made a website of frame rows. I researched so i can eliminate the big gaps between frames. Despite setting specifics such as margin width, height, and spacing to zero, i still get the same gaps. how do you do eliminate spaces between framesets?
<Frameset rows= "40%, 10%, 12%">
<frame src= "big.htm">
<frame src= ="small.htm">
<frame src="mid.htm">
</frameset>
here is a ample frame code i use...
<Frameset rows= "40%, 10%, 12%">
<frame src= "big.htm">
<frame src= ="small.htm">
<frame src="mid.htm">
</frameset>
here is a ample frame code i use...