Ok, my second basic question of the day.
I have the following as an Index.html file
<HTML>
<FRAMESET ROWS="137,*">
<FRAME NAME="Top" SRC="Top_frame.html" frameborder="0" marginheight =1>
<FRAME NAME="Bottom" SRC="Col1.html" frameborder="0" scrolling=auto marginheight =1>
</FRAMESET>
As you can see I've used FrameBorder yet I still get a white border between the two pages. What am I doing wrong?
I have the following as an Index.html file
<HTML>
<FRAMESET ROWS="137,*">
<FRAME NAME="Top" SRC="Top_frame.html" frameborder="0" marginheight =1>
<FRAME NAME="Bottom" SRC="Col1.html" frameborder="0" scrolling=auto marginheight =1>
</FRAMESET>
As you can see I've used FrameBorder yet I still get a white border between the two pages. What am I doing wrong?