PDA

View Full Version : I need help with my frames. Please help before I go ape and start throwing things.


Catz228
08-16-2002, 04:18 AM
For a while now I've had the simple left and right frame. But, now I need to have a frame that looks like the image on this link : http://www.geocities.com/catz228/Testpage.htm
(tell me if it didn't show up)

The only place that I want links on is the top frame (blue). I want the links in the top frame to be directed to the bottom from (pink). --I'm going to use the side frames (yellow and green) for a background but that is not important right now.--

So how do I have this frame? I need someone to give me the code and teach me (it should only take a few minutes). Pleae help before I start going insane (insaner).




-:mad: Brain so hurt. So, so hurty.

x_goose_x
08-16-2002, 04:47 AM
<frameset cols="100,*,100">
<frame name="left" scrolling="no" src="left.htm" noresize>
<frameset rows="100,*">
<frame name="top" src="top.htm" target="bottom" scrolling="auto" noresize>
<frame name="bottom" src="bottom.htm" scrolling="auto">
</frameset>
<frame name="right" scrolling="no" src="right.htm" noresize>
</frameset>

Catz228
08-16-2002, 05:47 PM
Thanks so much!:thumbsup:

:o