Hello, i don't arrive to find a alternative for no border between 2 frame !
with IE no problem i use : framespacing="0 "
but for W3C how do ?
Here my sample code :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="80,*,50" framespacing="0 ">
<frame src="file1.htm" name="leftFrame " scrolling="NO" noresize
frameborder="0" marginwidth="0" marginheight="0 " >
<frame src="file2.htm" name="mainFrame " frameborder="0" marginwidth="0"
marginheight="0 " >
<frame src="file3.htm" name="mainFrame " frameborder="0" marginwidth="0"
marginheight="0 " >
<noframes><body >
</body></noframes>
</frameset>
</html>
with IE no problem i use : framespacing="0 "
but for W3C how do ?
Here my sample code :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="80,*,50" framespacing="0 ">
<frame src="file1.htm" name="leftFrame " scrolling="NO" noresize
frameborder="0" marginwidth="0" marginheight="0 " >
<frame src="file2.htm" name="mainFrame " frameborder="0" marginwidth="0"
marginheight="0 " >
<frame src="file3.htm" name="mainFrame " frameborder="0" marginwidth="0"
marginheight="0 " >
<noframes><body >
</body></noframes>
</frameset>
</html>
Comment