okay.... So I have never been good at frames, and have started trying to use them... I could figure out how to use them in a single direction, but when it comes to multiple directions, it seems I only see the first frame. Here is the code I am using.
I have also tried putting this all in one frameset, and putting the cols="" and rows="" into the <frame> tag but nothing works... Only see the first frame still... Any help would be appreciated.
Code:
<frameset cols="100%" rows="20%">
<frame src="srcname.htm" />
</frameset>
<frameset cols="25%,75%" rows="100%,100%">
<frame src="srcname2.htm" />
<frame src="srcname3.htm" />
</frameset>
I have also tried putting this all in one frameset, and putting the cols="" and rows="" into the <frame> tag but nothing works... Only see the first frame still... Any help would be appreciated.