ok BIG prob on my site i neeeeeeeeeeeeeeeed a frame i copy and paste one in and NOTHING happens ne1 hav a clue y??????
even better can ne1 gimmi a frame that'll work??
Lemon Squash
01-26-2003, 09:49 PM
you need to explain it a bit more.. what frame do you want like a right frame and a left frame it helps a bit. Also go here (http://framecodes.tripod.com/code.html) its probably what your looking for.
Rosekeet
01-26-2003, 10:41 PM
if you post your code maybe we can give you a hand. remember: patience is a virtue!
Sheila
01-27-2003, 10:10 AM
Also, if you are using a basic/easy/pagebuilder frames won't work in them. You have to use the advanced file manager.
<HTML><HEAD><TITLE>Beckys Bloom</TITLE></HEAD>
<FRAMESET COLS="20%, 80%">
<FRAME SRC="left.html" NAME="left">
<FRAMESET ROWS="30%,70%">
<FRAME SRC="up.html" NAME="up">
<FRAME SRC="right.html" NAME="right">
</FRAMESET>
</FRAMESET>
<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>
</HTML>
i try that it comes up wiv loads a angelfire lost psages and i cant seem to edit owt into it
Lemon Squash
01-27-2003, 04:12 PM
Have you made the actual pages to go in the frames?
yeh <a href="www.angelfire.com/stars4/orlandob"> here </a>
<HTML><HEAD><TITLE>title</TITLE></HEAD>
<FRAMESET ROWS="20%, 80%">
<FRAME SRC="up.html" NAME="up">
<FRAMESET COLS="30%,70%">
<FRAME SRC="left.html" NAME="left">
<FRAME SRC="right.html" NAME="right">
</FRAMESET>
</FRAMESET>
<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>
</HTML>
but nothin will go innit
aviegrace
01-27-2003, 04:23 PM
No to be mean or anything, but do you even know what frames does and how they work in the first place?
aviegrace
01-27-2003, 04:43 PM
Originally posted by bek
yes. they split the pg up and thats wat i want.
Frames don't split up the page. Frames put 2 or more pages together on 1. Try re-reading this (http://www.lissaexplains.com/frames.shtml)
thats where i was going wrong :D
so...heres my frame k..
<html>
<head>
<title>My Page</title>
</head>
<frameset rows="100,*">
<frame src="top.html" NAME="top">
<frameset cols="160,*">
<frame src="left.html" NAME="left">
<frame src="right.html" NAME="right">
</frameset>
</frameset>
<body>
</body>
<noframes>
<a href="your main page.html">Click Here</a>
</noframes>
</html>
where do i put my link 4 the other pages?
aviegrace
01-27-2003, 05:03 PM
<frame src="left.html" NAME="left">
<frame src="right.html" NAME="right">