Frames: spanning issues

liunx

Guest
Well, I'm starting to get the hang of frames, yet still have some questions about them.<br />
<br />
As you will see from the attachment, I want frames #1-4 perfectly aligned against each other (if that makes any sense). For some reason frame #1 is elongated and there is no unecessary code in that pages HTML.<br />
<br />
Frameset script: <br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><br />
<br />
<html><br />
<head><br />
<title>Home</title><br />
</head><br />
<br />
<frameset cols="210,*" framespacing="0" border="0" frameborder="0"><br />
<br />
<frameset rows="280,*" framespacing="0" border="0" frameborder="0"><br />
<frame name="menu_top" src=http://www.htmlforums.com/archive/index.php/"logo.html" scrolling="no" frameborder="0" noresize="noresize"><br />
<frame name="menu" src=http://www.htmlforums.com/archive/index.php/"menu.html" scrolling="no" frameborder="0" noresize="noresize"><br />
</frameset><br />
<br />
<frameset rows="170,*,50" framespacing="0" border="0" frameborder="0"><br />
<frame name="main_top" src=http://www.htmlforums.com/archive/index.php/"title.html" scrolling="no" frameborder="0" noresize="noresize"><br />
<frame name="main" src=http://www.htmlforums.com/archive/index.php/"main.html" scrolling="auto" frameborder="0" noresize="noresize"><br />
<frame name="main" src=http://www.htmlforums.com/archive/index.php/"copyright.html" scrolling="no" frameborder="0" noresize="noresize"><br />
</frameset><br />
<br />
</frameset><br />
<br />
</html><br />
<br />
<br />
<br />
<br />
Elongated Frame #1 script:<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><br />
<br />
<html><br />
<head><br />
<title>Logo</title><br />
<br />
<link href=http://www.htmlforums.com/archive/index.php/"sg.css" rel="stylesheet" type="text/css"><br />
<br />
</head><br />
<br />
<body class="logo"><br />
<br />
<table cellpadding="0" cellspacing="0"><br />
<tr><br />
<td><img class="img" src=http://www.htmlforums.com/archive/index.php/"images/logo-204x156-g.gif" width="204" height="156" alt="" /></td><br />
</tr><br />
</table><br />
<br />
</body><br />
</html><br />
<br />
<br />
<br />
<br />
Thanks!<br />
You all rock!<br />
Gandalf<br />
:D<!--content-->Forgot to add:<br />
<br />
I would like frame #3 to span the length of frames #4 and 5.<br />
<br />
Ty,<br />
G<br />
:D<!--content-->This?<br />
<br />
<frameset cols="210,*" framespacing="0" border="0" frameborder="0"><br />
<br />
<frameset rows="160,*" framespacing="0" border="0" frameborder="0"><br />
<frame name="menu_top" src=http://www.htmlforums.com/archive/index.php/"logo.html" scrolling="no" frameborder="0" noresize="noresize"><br />
<frame name="menu" src=http://www.htmlforums.com/archive/index.php/"menu.html" scrolling="no" frameborder="0" noresize="noresize"><br />
</frameset><br />
<br />
<frameset rows="160,*,50" framespacing="0" border="0" frameborder="0"><br />
<frame name="main_top" src=http://www.htmlforums.com/archive/index.php/"title.html" scrolling="no" frameborder="0" noresize="noresize"><br />
<frame name="main" src=http://www.htmlforums.com/archive/index.php/"main.html" scrolling="auto" frameborder="0" noresize="noresize"><br />
<frame name="main" src=http://www.htmlforums.com/archive/index.php/"copyright.html" scrolling="no" frameborder="0" noresize="noresize"><br />
</frameset><br />
<br />
</frameset><br />
<br />
<br />
:rocker:<!--content-->
 
Back
Top