Frame help please.

liunx

Guest
Hi,<br />
I need to know how to make a frame for a site I'm working on. I've made sites before but never used frames, so I couldn't figure this out! Here is a pic of the site:<br />
***** Just a fair warning to dial up users its about 200kbs! ***** <br />
CLICK ME (<!-- m --><a class="postlink" href="http://www.imagemagician.org/images/jebster/newlayout5.jpg">http://www.imagemagician.org/images/jeb ... ayout5.jpg</a><!-- m -->) See the place where it says "Jebster" on the bottom, that is the part I want to stay on the bottom of the screen even if people scroll or what ever!<br />
<br />
And this is my first graphical site so it doesn't look the best, not to mention as you might have guessed it not quite done(no navigation etc.)!<br />
<br />
Thanks abunch!<!--content-->200kb is a lot to me using for a webpage, I would suggest cuttniog that back somehow. I didn't even bother to load it so I don't know what you have on the page.<br />
<br />
to the question:<br />
<br />
<html><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<br />
<title>you title</title><br />
<br />
</head><br />
<br />
<frameset rows="90%,*" frameborder="0" border="0" framespacing="0"> <br />
<frame src=http://www.htmlforums.com/archive/index.php/"main.html" name="main" noresize ><br />
<frame src=http://www.htmlforums.com/archive/index.php/"nav.html" name="nav" noresize scrolling=no><br />
<br />
<br />
</frameset> <br />
</frameset><br />
<br />
</html><br />
<br />
ther is your frame. very easy.... see the 90% and the *, you need to adjust the 90 to however big the page will be. the navigation on the bottom will take the rest so just get the navigation as big as you want it by adjusting th 90%<!--content-->Well its just a picture so far not the actual website! It will be alot small when its done. Still working on it in photoshop. Thanks for the help! Here is a smaller version of the layout.<!--content-->
 
Back
Top