frameborders="0"

liunx

Guest
I have frameborders="0" but one border still shows. The bgcolor of the frames is x000060.<br />
<br />
Thanks in advance.<br />
<br />
RON C<!--content-->ahh can you show us the code you have<!--content--><FRAMESET frameborder="0" cols="72,720" border=NO><br />
<FRAME src=http://www.htmlforums.com/archive/index.php/"index.htm" NAME="LeftFrame" scrolling=NO MARGINHEIGHT="0"<br />
MARGINWIDTH="0"><br />
<FRAME src=http://www.htmlforums.com/archive/index.php/"pages/DSC00018.htm" name="RightFrame" scrolling=NO MARGINHEIGHT="0"<br />
MARGINWIDTH="0"><br />
<br />
<NOFRAMES><br />
<BODY bgcolor=#000060><br />
Viewing this page requires a browser capable of displaying frames.<br />
</BODY><br />
</NOFRAMES><br />
</FRAMESET><br />
<br />
RON C<!--content-->well add frameborder to the frame tag. tehn if you want the frames to be the size of the browser then you need to change the<br />
<FRAMESET frameborder="0" cols="72,720" border=NO> <br />
<br />
to<br />
<br />
<FRAMESET frameborder="0" cols="10%,*" border=NO><!--content-->Thanks Scoutt. Needed border="0" on each frame statement.<br />
<br />
Now to work out other question in this forum.<br />
<br />
RON C<!--content-->
 
Back
Top