View Full Version : Having some trouble


gibberishTwist
06-26-2003, 07:59 AM
With something relatively simple, too.

http://www14.brinkster.com/gibberishtwist/icarus/index.htm

I'm just trying to get a frame on the right that goes all the way up, but it won't work for some reason. I can't find anything in the code that's wrong.

MaGiCSuN
06-26-2003, 12:56 PM
try this:

<frameset cols="450,*">
<frameset rows="10%,*">
<frame src="top.html" name="top">
<frame src="left.html" name="left">
</frameset>
<frame src="right.html" name="right">
</frameset>

you do have to play a little with the cols and rows etc :)

Love,
Mirna

gibberishTwist
06-26-2003, 01:37 PM
Thank you sososossooo much.