can someone help with this complicated <IFRAME>...

M

Mel

i need to have 3 frames in 2 rows:

row 1:
a left frame exactly 200px width and height of max
a right frame for the remainder of the screen and height of max

row 2:
one frame to span the entire width, but only 20px in height

helllllllllllllllllllllllllllllllllppppppp !!!!
 
S

Steve Pugh

i need to have 3 frames in 2 rows:

row 1:
a left frame exactly 200px width and height of max
a right frame for the remainder of the screen and height of max

row 2:
one frame to span the entire width, but only 20px in height

Your subject line talks about iframes but this is just an ordinary
framset.

<framset row="*,20">
<frameset cols="200,*">
<frame>
<frame>
</frameset>
<frame>
</frameset>

But, please, don't use frames.

Steve
 
R

Richard

Mel said:
i need to have 3 frames in 2 rows:
row 1:
a left frame exactly 200px width and height of max
a right frame for the remainder of the screen and height of
max
row 2:
one frame to span the entire width, but only 20px in height
helllllllllllllllllllllllllllllllllppppppp !!!!


Standard frame setup. Header frame with two frames below it.
You'd be better off using divisions.
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top