View Full Version : Help Me Now Plz!


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>

Sheila
02-09-2003, 05:45 PM
Are you using a page/easy/basic builders? If so, you can't use them for frames. You need to use the advanced editor.


-----------

<html>
<head>
<title>My Page</title>
</head>
<frameset cols=20%,80%>
<frame src="left.html" name="left">
<frame src="inlinehome.html" name="right">
</frameset>
<noframes>
Your browser does not support frames.
</noframes>
</html>

Salli
02-23-2003, 05:49 PM
No, but its all sorted anyway, thanks!