Creature963
12-17-2004, 04:03 AM
I am trying to get a new site set up using the frame samples here, but for some reason it won't work. On the main page my code is set up as:
<frameset rows="100,*">
<frame src="top.html" NAME="top" style="border: 5 solid #FFFFFF">
<frameset cols="160,*">
<frame src="left.html" NAME="left" style="border: 5 solid #FFFFFF">
<frame src="right.html" NAME="right" style="border: 5 solid #FFFFFF">
</frameset>
</frameset>
Despite creating the three files and editing them (top.html, left.html, right.html) nothing will show up. Can anyone please help me?
<frameset rows="100,*">
<frame src="top.html" NAME="top" style="border: 5 solid #FFFFFF">
<frameset cols="160,*">
<frame src="left.html" NAME="left" style="border: 5 solid #FFFFFF">
<frame src="right.html" NAME="right" style="border: 5 solid #FFFFFF">
</frameset>
</frameset>
Despite creating the three files and editing them (top.html, left.html, right.html) nothing will show up. Can anyone please help me?