I have a set of frames and I am using the bgcolor navy. My problem is, that between the frames the color is white. I have set the frameborder to zero, but the color is still white. Her is my code. How can I make the entire view to navy?
Code:<frameset rows="50%,50%"> <frame name="top" src="operator.asp" frameborder=0 scrolling=auto> <frameset cols="50%,*"> <frame name="venstre" src="intro.htm" frameborder=0> <frame name="right" src="blank.htm" frameborder=0> </frameset> </frameset>




Reply With Quote