Salli
02-09-2003, 05:40 PM
I cannot get this code to work wotsoeva I just get a blank page! Can you see anything wrong with it? Yes I DO have the inlinehome, top, and left page:
<html>
<frameset rows="100,*">
<frame src="top.html" NAME="top">
<frameset cols="20%,80%" border=0 frameborder=0 framespacing=0>
<frame src="left.html" NAME="left">
<frame src="inlinehome.html" NAME="right">
</frameset>
</frameset>
<noframes>
</noframes>
</html>
<html>
<frameset rows="100,*">
<frame src="top.html" NAME="top">
<frameset cols="20%,80%" border=0 frameborder=0 framespacing=0>
<frame src="left.html" NAME="left">
<frame src="inlinehome.html" NAME="right">
</frameset>
</frameset>
<noframes>
</noframes>
</html>