Click to See Complete Forum and Search --> : Frames
Shippy
04-09-2003, 06:05 PM
Hello, again!
I was wondering if anyone knew the code for a cetain frameset. I need one left side column, then the right side divided into two frames, and i can't find how to make one anywhere.
Thanks in advance :)
;) I Think that's what you're looking for:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<FRAMESET COLS="15%,70%,15%">
<FRAME>
<FRAME>
<FRAMESET ROWS="50%,50%">
<FRAME>
<FRAME>
</FRAMESET>
</FRAMESET>
<NOFRAMES>
<BODY>
<P>
</BODY></NOFRAMES></HTML>
Shippy
04-09-2003, 06:45 PM
No clue about what Nash posted, and I'm confused about what should go in the '...''s, Dave Clark. What I'm looking for is this --
<frameset rows="50%,50%" cols="50%,50%">
<frame src="topleft.htm" name="topleft">
<frame src="topright.htm" name="topright">
<frame src="botleft.htm" name="botleft">
<frame src="botright.htm" name="botright">
</frameset>
except minus the top left corner, so the left would be one large frame and the right would be two.
Okay here it is again, but clearer this time, hope it's what you're looking for... ;)
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<FRAMESET COLS="50%,50%">
<FRAME (your left frame that spreads all the way down)>
<FRAMESET ROWS="50%,50%">
<FRAME (your topright frame)>
<FRAME (your bottom right frame)>
</FRAMESET>
</FRAMESET>
<NOFRAMES>
<BODY>
<P>
</BODY></NOFRAMES></HTML>
Shippy
04-09-2003, 07:00 PM
Yes, those are the right frames! Thanks very much :)
Just one more question, sorry for the stupidity. Suppose the bottom right frame is this addy -- www.geocities.com/sqqueen
How exactly would I write that in?
Like this?
<FRAME src="www.geocities.com/squeen">
I tried that, and it didn' work...
:D What about trying with this: <FRAME SRC="http://www.geocities.com/whatever/">:p
You can't mix 'absolute' URLs (full with "http://www.whatever.com/whatever/whatever.html")
and 'reference' URLs, when the page you are linking is in the same file or in a 'child' file (links like this: "whatever.html" or "whatever/whatever.html"
Use one OR the other depending on the location of the target page in regards to the origin page...
Shippy
04-09-2003, 07:10 PM
Hey, it worked! Thank you very, very much!
It's perfect :)
Shippy
04-09-2003, 08:47 PM
Ahh...my cluelessness is showing, I see, I knew something went in the'...'s but had no clue what.
Thanks!
Originally posted by Dave Clark
What nash posted is exactly what I posted -- except with different percentages of distribution. But, it ain' no big thang to me. ;)
Dave
Didn't mean to 'steal' it from you Dave ;) I posted it first anyway :p (even if at first I thought he wanted a central window thus the three columns)
Hope this won't refrain you from helping me with my script here (http://forums.webdeveloper.com/showthread.php?s=&threadid=7513) :D