madHatter1
Technical User
Hello
I have the following:
<FRAMESET ROWS="100,*">
<frame src="top.html" name="top" SCROLLING="NO">
<FRAMESET COLS="140,*">
<FRAMEBORDER="NO" BORDER="0"
FRAMESPACING="0">
<frame src="menu.html" name="left" SCROLLING="NO">
<frame src="main.html" name="right" SCROLLING="AUTO">
</frameset>
</frameset>
It is not supposed to generate a border, but in fact, it does.
Can anybody suggest anything, please.
Hatter
I have the following:
<FRAMESET ROWS="100,*">
<frame src="top.html" name="top" SCROLLING="NO">
<FRAMESET COLS="140,*">
<FRAMEBORDER="NO" BORDER="0"
FRAMESPACING="0">
<frame src="menu.html" name="left" SCROLLING="NO">
<frame src="main.html" name="right" SCROLLING="AUTO">
</frameset>
</frameset>
It is not supposed to generate a border, but in fact, it does.
Can anybody suggest anything, please.
Hatter