Frameborder="0"

liunx

Guest
Hi,<br />
<br />
Issue 1 <br />
I have a page with frames and have set the <frame> tag to:<br />
<br />
<frameset rows="280px,*"><br />
<frame name="menu_top" src=http://www.htmlforums.com/archive/index.php/"menu-top.html" scrolling="no" frameborder="0" noresize="noresize"><br />
<frame name="menut" src=http://www.htmlforums.com/archive/index.php/"menu.html" scrolling="auto" frameborder="0" noresize="noresize"><br />
</frameset><br />
<br />
<br />
Yet, there still is a gap in between the two frames. That is what I'm trying to remove.<br />
<br />
Issue 2 <br />
Is the following Doctype correct for frames? I haven't used frames in so long, I don't remember.<br />
<br />
<br />
Below is my entire code for your reference. <br />
<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><br />
<br />
<html><br />
<br />
<frameset cols="50%,50%"><br />
<br />
<frameset rows="280px,*"><br />
<frame name="menu_top" src=http://www.htmlforums.com/archive/index.php/"menu-top.html" scrolling="no" frameborder="0" noresize="noresize"><br />
<frame name="menut" src=http://www.htmlforums.com/archive/index.php/"menu.html" scrolling="auto" frameborder="0" noresize="noresize"><br />
</frameset><br />
<br />
<frameset rows="25%,75%"><br />
<frame name="main_top" src=http://www.htmlforums.com/archive/index.php/"main-top.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 />
</frameset><br />
<br />
</frameset><br />
<br />
</html><br />
<br />
<br />
<br />
Thanks, Gandalf<br />
:D<!--content-->Put the options in the frameset<br />
<frameset framespacing="0" border="0" rows="126,*" frameborder="0"><br />
<br />
Doctype:<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><br />
<br />
<br />
:rocker:<!--content-->
 
Back
Top