frame/table trouble >:O

liunx

Guest
Im new to html and im havin a little trouble with the frames on my page everytime i change 1 thing everything else gets all messed up. i cant get text in the middle of the page without messing up the navigating thing so i try to put them in different frames and that messe dit up even more... the page is up here (<!-- m --><a class="postlink" href="http://www.thestuff.vze.com">http://www.thestuff.vze.com</a><!-- m -->), every time i try ot put text in the middle the links get all moved around and the thing under the welcome bar gets moved to the bottom...<br />
<br />
this is the html i have my friend did some so i dont know some of it<br />
<br />
<html><br />
<head><br />
<title>?????????????????????绺抋ZzZzZzZuP???????????????????????? ????lt;/title><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
</head><br />
<br />
<body bgcolor="#000000" text="#FFFFFF" link="white" vlink="red" alink="red" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="design_images/backback.gif"><br />
<table width="800" border="0" height="600" cellspacing="0" cellpadding="0" align="center"><br />
<tr> <br />
<td valign="top" height="66"><img src=http://www.htmlforums.com/archive/index.php/"design_images/very_top2.gif" width="800" height="50" usemap="#Map" border="0"><br><br />
<img src=http://www.htmlforums.com/archive/index.php/"design_images/welcome.gif" width="800" height="90"></td><br />
</tr><br />
<tr> <br />
<td height="40"><img src=http://www.htmlforums.com/archive/index.php/"design_images/under_banner.gif" width="800" height="41"></td><br />
</tr><br />
<td valign="top" bgcolor="#000000"> <br />
<table width="99%" border="0" cellspacing="0" cellpadding="0" height="300"><br />
<tr> <br />
<font size=2><br />
<a href=http://www.htmlforums.com/archive/index.php/"index.html">Home</a><br><br />
<br><br />
<a href=http://www.htmlforums.com/archive/index.php/"Stuff.html">Stuff</a><br><br />
<br><br />
<a href=http://www.htmlforums.com/archive/index.php/"games.html">Games</a><br><br />
<br><br />
<a href=http://www.htmlforums.com/archive/index.php/"Games.html">Other fun stuff</a><br><br />
<br><br />
<a href=http://www.htmlforums.com/archive/index.php/"links.html">Links to other stuff</a><br><br />
</td><br />
</tr><br />
<br />
<br />
</body><br />
</html><!--content-->I don't see frames anywhere in your code.<!--content-->i know thats because everytime i put them in the whole webpage got deformed, the thing below the welcome banner moves to the bottom and no text or images show up..<!--content-->i need help with how to enter them so that the way the page is stays the same except for the nav area and the center middle area are seperate<!--content-->hey, get that thing about 9/11 outta there! thats not exactly attractive... plus a lot of people will get you in trouble for that...<!--content-->Originally posted by shorty654 <br />
i need help with how to enter them so that the way the page is stays the same except for the nav area and the center middle area are seperate well where do you want the frame? how big do you want it and what attributes do you want it to have?<br />
<br />
tell me all this and i will see what i can do for you<!--content-->The frameset code does not go on the same page as any content.<br />
<br />
The frameset file is a separate file that just states the size, shape, and names of the various frames. You aren't trying to add frameset details into the code above are you? You need a separate file for that!<br />
<br />
A frame is just a normal page of HTML code (like your code above) that just happens to be called from a frameset page, such that several normal pages of code are all displayed on the same screen at the same time. However, you would put the navigation on one frame, the content on another, and so on.<!--content-->is he talking about tables? cause i think he is. Silly billy.<!--content-->>> is he talking about tables? cause i think he is. <<<br />
<br />
No idea anymore. I thought the clue was in the question, but now I'm not so sure.<br />
<br />
The code for frames involves <frameset> and <frame> tags.<br />
<br />
The code for tables involves <table>, <tr>, and <>td tags.<br />
<br />
The question asks about frames. I'll have to assume the author really did mean frames. Won't I?<br />
<br />
<br />
<br />
rapidly losing the will to live<!--content-->I don't even know what we're talking about anymore. :confused: :confused:<!--content-->i thought by the code and the page he wanted the frame on that he wanted an Iframe!<!--content-->I assume he doesn't know what he wants :)<!--content-->Originally posted by agent002 <br />
I assume he doesn't know what he wants :) <br />
Originally posted by Shorty654<br />
Im new to html and im havin a little trouble well he's new to HTML so i guess thats understandable<!--content--><fudd>Could beeeee, waabbit!</fudd><br />
<br />
<br />
<br />
Clarification of what was meant would help here. Where did the original poster go?<!--content-->
 
Back
Top