S
Stubbo_of_Oz
I am trying out frames - not very conversant with them yet.
I got some coding from:-
http://www.w3.org/TR/html401/present/frames.html
and adpated it to my needs and came up with this:-
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="20%, 80%">
<FRAMESET rows="100, 200">
<FRAME src="head.html">
<FRAME src="contents.html">
</FRAMESET>
<FRAME src="mainpage.html">
</FRAMESET>
</HTML>
I have tried it out with very simple .html files with one word in
each.
The three .html files show up OK when I load into Netscape 7 but do
not appear at all in Internet Explorer 7
Any help as to why would be greatly appreciated.
Cheers ...........
I got some coding from:-
http://www.w3.org/TR/html401/present/frames.html
and adpated it to my needs and came up with this:-
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="20%, 80%">
<FRAMESET rows="100, 200">
<FRAME src="head.html">
<FRAME src="contents.html">
</FRAMESET>
<FRAME src="mainpage.html">
</FRAMESET>
</HTML>
I have tried it out with very simple .html files with one word in
each.
The three .html files show up OK when I load into Netscape 7 but do
not appear at all in Internet Explorer 7
Any help as to why would be greatly appreciated.
Cheers ...........