hanna
Gebruiker
- Lid geworden
- 8 sep 2000
- Berichten
- 966
Als ik een frameset maak zoals hieronder dan wordt het afgekeurd bij, http://validator.w3.org/ ...............................
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>bleeg</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<frameset rows="*" cols="*,980,*" framespacing="0" frameborder="NO" border="0">
<frame src="lleeg.html" name="leftFrame" scrolling="NO" noresize>
<frameset rows="70*,607,59*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="tleeg.html" name="topFrame" scrolling="NO" noresize>
<frameset rows="*" cols="843,117" framespacing="0" frameborder="NO" border="0">
<frame src="mainframe.html" name="mainFrame" noresize>
<frame src="menu.html" name="rightFrame1" scrolling="auto" noresize>
</frameset>
<frame src="bleeg.html">
</frameset>
<frame src="rleeg.html">
</frameset>
<noframes><body bgcolor="#000000">
</body></noframes>
</html>
Maar doe ik het zoals het hoort volgens hun dan krijg ik borders, die wil ik dus NIET.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>bleeg</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<frameset rows="*" cols="*,980,*">
<frame src="lleeg.html" frameborder="0" name="leftFrame" scrolling="NO"
noresize>
<frameset rows="70*,607,59*" cols="*">
<frame src="tleeg.html" frameborder="0" name="topFrame" scrolling="NO"
noresize>
<frameset rows="*" cols="843,117">
<frame src="mainframe.html" frameborder="0" name="mainFrame" noresize>
<frame src="menu.html" frameborder="0" name="rightFrame1"
scrolling="auto" noresize>
</frameset>
<frame src="bleeg.html" frameborder="0">
</frameset>
<frame src="rleeg.html" frameborder="0">
<noframes>
<body bgcolor="#000000">
</body>
</noframes>
</frameset>
</html>
Weet iemand hiervoor een oplossing????
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>bleeg</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<frameset rows="*" cols="*,980,*" framespacing="0" frameborder="NO" border="0">
<frame src="lleeg.html" name="leftFrame" scrolling="NO" noresize>
<frameset rows="70*,607,59*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="tleeg.html" name="topFrame" scrolling="NO" noresize>
<frameset rows="*" cols="843,117" framespacing="0" frameborder="NO" border="0">
<frame src="mainframe.html" name="mainFrame" noresize>
<frame src="menu.html" name="rightFrame1" scrolling="auto" noresize>
</frameset>
<frame src="bleeg.html">
</frameset>
<frame src="rleeg.html">
</frameset>
<noframes><body bgcolor="#000000">
</body></noframes>
</html>
Maar doe ik het zoals het hoort volgens hun dan krijg ik borders, die wil ik dus NIET.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>bleeg</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<frameset rows="*" cols="*,980,*">
<frame src="lleeg.html" frameborder="0" name="leftFrame" scrolling="NO"
noresize>
<frameset rows="70*,607,59*" cols="*">
<frame src="tleeg.html" frameborder="0" name="topFrame" scrolling="NO"
noresize>
<frameset rows="*" cols="843,117">
<frame src="mainframe.html" frameborder="0" name="mainFrame" noresize>
<frame src="menu.html" frameborder="0" name="rightFrame1"
scrolling="auto" noresize>
</frameset>
<frame src="bleeg.html" frameborder="0">
</frameset>
<frame src="rleeg.html" frameborder="0">
<noframes>
<body bgcolor="#000000">
</body>
</noframes>
</frameset>
</html>
Weet iemand hiervoor een oplossing????