frameborders?

liunx

Guest
Hi<br />
<br />
I have a problem with the frameborders as you can see on the following image<br />
<br />
<!-- m --><a class="postlink" href="http://www.mdma-mapping.com/demo.jpg">http://www.mdma-mapping.com/demo.jpg</a><!-- m --> <br />
<br />
I don't want to have these white borders between the frames <br />
<br />
Here's the code:<br />
<br />
<frameset rows="120,*"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"top.html" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0" border="0"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"main.html" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="0" border="0"><br />
</frameset><br />
<br />
<frameset cols="140,*,140"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"nav_left.html" scrolling="no" noresize marginwidth="0" marginheight="0" frameborder="0" border="0"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"nav_main.html" name="main" scrolling"no" noresize marginwidth="0" marginheight="0" frameborder="0" border="0"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"nav_right.html" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" border="0"><br />
</frameset><br />
<br />
I hope you can help me :D<br />
<br />
P.S. Im a html-newbie :rolleyes: and im swiss that's why my english isn't very good :rolleyes:<!--content-->use border=0 on your <frameset> tags as well.<br />
<br />
p.s., if you hadn't mentioned that you're Swiss, i wouldn't have known. your english is perfect!<!--content-->in fact, if you use "border=0" on your <frameset>, you shouldn't need it on your <frame> either. only "frameborder=0" on the <frame> tag. (someone please correct me if i'm wrong.)<!--content-->Yes, now it works perfect :D <br />
You're right, if I use border on the <frameset> tag then I don't need it on the <frame><br />
<br />
Thank you for your help, I will complet the page in the next days :)<!--content-->cool, no problem!<br />
<br />
(wow, i actually helped someone! <dances a jig>)<!--content-->i use frontpage for some of my html editing and when i put the border="0" in the frameset it automaticaly changes it to read as such:<br />
<br />
<frameset border="0" cols="16%,84%" frameborder="0"><br />
<br />
so may not have to put it in each frame just in the frameset not sure just an observation<br />
<br />
of course your "cols" section will read differently just copied and pasted what i have in mine<!--content-->
 
Back
Top