frames - help in creating of frames

They have: 5,633 posts

Joined: Jan 1970

i would like to create a frame 3 parts 1 left, 1 top right side , and the other bottom right side under neath the top frame.
what im having a problem with is this i would like to make my left frame permament and what ever data is to show up only on my right bottom frame, if possible keeping also my top frame stay permamently can any one help....... thank you

They have: 46 posts

Joined: Jun 1999

This should do it:

<html>
<head>
<title>Leech is the best :-)</title>
</head>

<frameset cols="20%,*">
<frame name="left" target="rbottom">
<frameset rows="20%,*">
<frame name="rtop" target="rbottom">
<frame name="rbottom">
</frameset>
</frameset>
</html>

Greetz,

----------
Leech.
anti people, now you've gone too far... here's your antichrist superstar!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.