white space between frames

liunx

Guest
Forgot how to get rid of the white space betweent he frames...<br />
<br />
G閶榙閶杅<br />
:D<!--content-->Can you show any code as an example... It's easier to solve the problems if I know what you mean..<!--content--><frameset cols="210,*"><br />
<br />
<frameset rows="160,*"><br />
<frame name="logo" 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" frameborder="0"><br />
<frame name="title" 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/"welcome.html" scrolling="auto" frameborder="0" noresize="noresize" /><br />
<frame name="copyright" src=http://www.htmlforums.com/archive/index.php/"copyright.html" scrolling="no" frameborder="0" noresize="noresize" /><br />
</frameset><br />
<br />
</frameset><!--content-->No idea, It looks right with 0 on borders.. But im not a pro.. :P<!--content-->just add framespacing="0" into your code ;)<br />
<br />
sorted :cool:<!--content-->looks to me like it either a frame space or the border<br />
<br />
try this<br />
<br />
<frame src=http://www.htmlforums.com/archive/index.php/"frame.htm" name="frame" FRAMEBORDER="0" resize="noresize" FRAMESPACING="0"><br />
<br />
if not consult<br />
<br />
<!-- w --><a class="postlink" href="http://www.htmlgoodies.com">www.htmlgoodies.com</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.htmlgoodies.com">http://www.htmlgoodies.com</a><!-- m -->)<!--content-->try this<br />
<br />
<frame src=http://www.htmlforums.com/archive/index.php/"frame.htm" name="frame" FRAMEBORDER="0" resize="noresize" FRAMESPACING="0"> he already has the frameborder="0" in his code see:<br />
<br />
<frameset rows="160,*"><br />
<frame name="logo" 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> all he needs to do is add the framespacing attribute into his code and hey-presto, no more white space :D<!--content-->
 
Back
Top