frames problem

liunx

Guest
Hi, I'm starting a new web-page this is first thing I was making for this website and it already wasn't doing what I really wanted <br />
<br />
What I want is making 6 frames.<br />
<br />
2 sides<br />
2 Menu's<br />
1 Header<br />
1 Content<br />
---------------------------------------------------------<br />
How the frames have to look ( a picture ) (<!-- m --><a class="postlink" href="http://members.chello.nl/ajsch/frame.jpg">http://members.chello.nl/ajsch/frame.jpg</a><!-- m -->)<br />
<br />
---------------------------------------------------------<br />
I've almost made it to the finish line. But the only problem left is the right "Side".<br />
---------------------------------------------------------<br />
html-code :<br />
<br />
<HTML><br />
<HEAD><br />
<TITLE>Frames main page</TITLE><br />
</HEAD><br />
<FRAMESET COLS="10%,*" FRAMEBORDER="0" framespacing="0"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"stroke1.html" NORESIZE><br />
<FRAMESET ROWS="20%,*" FRAMEBORDER="0" framespacing="0"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"top.html" name="top" SCROLLING="NO" NORESIZE><br />
<FRAMESET COLS="15%,50%,15%,10%" FRAMEBORDER="0" framespacing="0"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"menu.html" NAME="menu" scrolling="no" NORESIZE><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"content.html" NAME="content" scrolling="no" NORESIZE><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"left.html" NAME="left" scrolling="no" NORESIZE><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"stroke2.html" NORESIZE><br />
</frameset><br />
</frameset><br />
<NOFRAME><br />
Uw browser ondersteunt geen frames<br />
</NOFRAME> <br />
</HTML><!--content--><HTML><br />
<HEAD><br />
<TITLE>Frames main page</TITLE><br />
</HEAD><br />
<FRAMESET COLS="10%,*,10%" FRAMEBORDER="0" framespacing="0"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"stroke1.html" NORESIZE><br />
<FRAMESET ROWS="20%,*" FRAMEBORDER="0" framespacing="0"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"top.html" name="top" SCROLLING="NO" NORESIZE><br />
<FRAMESET COLS="15%,50%,15%" FRAMEBORDER="0" framespacing="0"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"menu.html" NAME="menu" scrolling="no" NORESIZE><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"content.html" NAME="content" scrolling="no" NORESIZE><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"left.html" NAME="left" scrolling="no" NORESIZE><br />
</frameset><br />
</frameset><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"stroke2.html" NORESIZE><br />
</frameset><br />
<NOFRAME><br />
Uw browser ondersteunt geen frames<br />
</NOFRAME> <br />
</HTML><!--content-->
 
Back
Top