How to make a frame??

admin

Administrator
Staff member
I want to create a frame. The Menu is touching the top of the page and I want everything centered in the middle. I wasn't sure how to put an image here but here is a link to what i want it to look like. Please help!<br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/metaltomy1/">http://www.geocities.com/metaltomy1/</a><!-- m --><br />
<br />
<br />
Thank you so much,<br />
<br />
Thomas<!--content-->ok no prob,<br />
<br />
<html><br />
<FRAMESET ROWS="103, *" BORDER=0 FRAMEBORDER=0><br />
<FRAME NAME="toppart" SRC=http://www.htmlforums.com/archive/index.php/"top.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE><br />
<FRAME NAME="data" SRC=http://www.htmlforums.com/archive/index.php/"bottom.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=AUTO><br />
</FRAMESET><br />
</html><br />
<br />
<br />
jsut like that.<!--content-->That didn't work. Is this the way i should put it to make it work like my picture on my first post?<br />
<br />
<html><br />
<body><body bgcolor="gray"><br />
<SCRIPT language=JavaScript src=http://www.htmlforums.com/archive/index.php/"menu_array.js" type=text/javascript></SCRIPT><br />
<SCRIPT language=JavaScript src=http://www.htmlforums.com/archive/index.php/"mmenu.js" type=text/javascript></SCRIPT><br />
<center><br><img src=http://www.htmlforums.com/archive/index.php/"test.jpg"></center><br />
<FRAMESET><br />
<FRAMESET ROWS="103, *" BORDER=0 FRAMEBORDER=0> <br />
<FRAME NAME="toppart" SRC=http://www.htmlforums.com/archive/index.php/"top.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE> <br />
<FRAME NAME="data" SRC=http://www.htmlforums.com/archive/index.php/"bottom.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=AUTO> <br />
</FRAMESET> <br />
</body><br />
</html><!--content-->you ask me how to make a frame and I showed you and you tell me it don't work. well hate to tell you, it does. the menu and everything goes into a file called top.htm<br />
<br />
so your way will not work as you have abody tag and 2 framesets tags. one will work and the frame page doesn't use a body tag. if you want help you are gonna have to help me help you.<br />
<br />
take my code and put it in a file called index.html. then save it and then double click on it. see it open your frame. now make a top.htm file adn put you image and menu in it and save it. there you have the top. double click on the index.html page and you will see it work. now you make the bottom.htm file and it will work.<!--content-->i did do that. In the picture I provided it shows that i want a frame in the middle of the page and centered. not a top frame. I don't want to mess with the menu or the logo. I just want a box with a scroll bar under it.<!--content-->you do it like that and the user won't have much to look at your site. the main content will be way down at the bottom and not very noticable. your picture didn't say anyhting about a frame in the middle. I saw a scroillbar on the bottom so I thougth it was a 2 frame picture.<br />
but if you want to then do this. <br />
<br />
<html><br />
<head<br />
</head><br />
<FRAMESET ROWS="103,103, *" BORDER=0 FRAMEBORDER=0><br />
<FRAME NAME="toppart" SRC=http://www.htmlforums.com/archive/index.php/"top.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE><br />
<FRAME NAME="middlepart" SRC=http://www.htmlforums.com/archive/index.php/"middle.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE><br />
<FRAME NAME="data" SRC=http://www.htmlforums.com/archive/index.php/"bottom.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=AUTO><br />
</FRAMESET><br />
</html><!--content-->I still don't think you understand what I am trying to do. It's my fault. I've been explaining it bad. Here is a new picture that is much more clear of what i need. I really appreciate your help. <br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/metaltomy1">http://www.geocities.com/metaltomy1</a><!-- m --><br />
<br />
<br />
Thank you so much<!--content-->I think what you mean is you need an iframe put the below code into your page where you want the frame to be change the size to match and put your links to targett the frame if you want this to be the main site<br />
<br />
<iframe width="500" hight="400" name="iframe1"></iframe> <br />
<br />
Hope this helps.<br />
Bonkom :pimp:<!--content-->yeah thats what I want but how do I put and edit the text inside of it? Also how do you change the background color, the color and type of the font.<!--content-->an Iframe most often references another page. So if you want to change the properties and add text, create a new HTML page and get everything to your liking. Then reference it in your Iframe tag:<br />
<br />
<iframe width="500" hight="400" name="iframe1" src=http://www.htmlforums.com/archive/index.php/"mypage.html"></iframe><!--content-->How do I add a border to the Iframe? And then change my border color?<br />
<br />
<br />
Thanks a bunch<br />
<br />
Thomas<!--content-->
 
Back
Top