View Single Post
Old 06-27-2002, 07:12 PM   PM User | #2
joh6nn
wei wu wei


 
joh6nn's Avatar
 
Join Date: Jun 2002
Location: 72° W. 48' 57" , 41° N. 32' 04"
Posts: 1,887
Thanks: 0
Thanked 1 Time in 1 Post
joh6nn is an unknown quantity at this point
i see something.

<frameset rows="135,*"

you have 3 frames, but you've only specified two, and they'll be vertically next to each other.

try this:

<frameset cols="135,*" frameborder="NO" border="0" framespacing="0">
<frameset rows="135,*" frameborder="NO" border="0" framespacing="0">
<frame src="UntitledFrame-2.htm" name="topFrame" scrolling="NO" noresize >
<frame src="frame-2.htm" name="mainFrame">
</frameset>
<frame src="UntitledFrame-3.htm" name="rightFrame" scrolling="yes" noresize >
</frameset>


been a while since i've worked with frames, though.
__________________
bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

i am a loser geek, crazy with an evil streak,
yes i do believe there is a violent thing inside of me.
joh6nn is offline   Reply With Quote