Frame question

H

Hugo de Payns

For personal use, i made the following frame.
Now i like to ad 1 row below the
FRAME SRC="banner.htm", however its just keep screwing up!!
Can someone advise me how to do this,please?

<FRAMESET ROWS="83,*">
<FRAME SRC="banner.htm" scrolling="no">

<FRAMESET COLS="20%,*,16%">
<FRAME SRC="inhoud.htm">
<FRAME NAME="MAIN-WINDOW" SRC="home.htm">
<FRAME SRC="menu_rechts.htm">
</FRAMESET>
</FRAMESET>


TIA
Hugo de Payns
 
E

Els

Hugo said:
For personal use, i made the following frame.
Now i like to ad 1 row below the
FRAME SRC="banner.htm", however its just keep screwing up!!
Can someone advise me how to do this,please?

<FRAMESET ROWS="83,*">
<FRAME SRC="banner.htm" scrolling="no">

<FRAMESET COLS="20%,*,16%">
<FRAME SRC="inhoud.htm">
<FRAME NAME="MAIN-WINDOW" SRC="home.htm">
<FRAME SRC="menu_rechts.htm">
</FRAMESET>
</FRAMESET>

Not tested:
<FRAMESET ROWS="83,30,*">
<FRAME SRC="banner.htm" scrolling="no">
<FRAME SRC="extra-row.html" scrolling="no">
<FRAMESET COLS="20%,*,16%">
<FRAME SRC="inhoud.htm">
<FRAME NAME="MAIN-WINDOW" SRC="home.htm">
<FRAME SRC="menu_rechts.htm">
</FRAMESET>
</FRAMESET>
 
H

Hugo de Payns

Thanks, Els
That was a quick reply,
It works exactly how i wanted it to be. :)))

Regards,
Hugo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,242
Latest member
KendrickKo

Latest Threads

Top