View Full Version : heeeeeeellllllpppp...pls.


.r.y.x.
01-23-2003, 09:23 AM
hey guys!
well, the thing is. my site has the normal frame format....top frame, left frame and right frame. the thing is, i want to put another frame on the other side of the right frame. so basically, i want it to look like this:

.................................................. .......
top frame .
.................................................. .......
left | |the .
frame | right frame |new .
| |right .
| |frame .
| | .
.................................................. .......

can you guys help? thnx!!!!

epolady
01-23-2003, 09:36 AM
I don't think your illustration came out as you planned. Try http://framecodes.tripod.com for various frame codes.

pb&j
01-23-2003, 02:22 PM
Something like this?

<html>
<frameset rows="100,*">
<frame src="" name="">
<frameset cols="100,*,100">
<frame src="" name="">
<frame src="" name="">
<frame src="" name="">
</frameset>
</frameset>
</html>

And then just adjust the sizes to your desire,
add in the name values such as top, left, middle and right,
add in the src values to show what pages are shown,
and so forth...

.r.y.x.
01-24-2003, 08:45 AM
thanks you guys! boy, glad i joined thhis forum :)