View Full Version : right hand frame?


pink_pixie
03-05-2006, 09:31 AM
hi guys, i would like a right hand frame as well as a middle and left one :( how do i do it, here's (http://www.freewebs.com/xxpixiesparadisexx/) my site btw, i would like the right frame the same as the left one :bunny:

Raisel
03-06-2006, 02:40 PM
<HTML>
<HEAD>
<title>FrameShop Output</title>
</HEAD>
<FRAMESET COLS="10%,80%,10%" BORDER="2">

<FRAME SRC="main_frame_1.html" SCROLLING="AUTO" NORESIZE NAME="1">

<FRAMESET ROWS="15%,85%">

<FRAME SRC="sub_frame_2A.html" SCROLLING="NO" NORESIZE NAME="4">

<FRAME SRC="sub_frame_2B.html">

</FRAMESET>

<FRAME SRC="main_frame_3.html" SCROLLING="AUTO" NORESIZE NAME="3">


<NOFRAMES>
To view this document, you need a frames-compatible browser such as
Netscape Navigator or Microsoft Internet Explorer.
</NOFRAMES>

</FRAMESET>

</HTML>